Class BitmapPropertySet

Index

Properties

Methods

Properties

public size: number

Methods

public clear()

public first(): IIterator

Returns

IIterator

public getView(): IMapView

Returns

IMapView

public hasKey(key: string): boolean

Parameters

  • key: string

Returns

boolean

public insert(key: string, value: BitmapTypedValue): boolean

Parameters

Returns

boolean

public lookup(key: string): BitmapTypedValue

Parameters

  • key: string

Returns

BitmapTypedValue

public remove(key: string)

Parameters

  • key: string