haxe.ds.ObjectMap
haxe.ds.ObjectMap
Fields
| Name | Type | |
|---|---|---|
h | Abstract | |
| “ | Virtual[toString, set, remove, keys, iterator, get, exists] |
Protos
f@327set(haxe.ds.ObjectMap, Dyn, Dyn) → Voidf@328get(haxe.ds.ObjectMap, Dyn) → Dynf@329exists(haxe.ds.ObjectMap, Dyn) → Boolf@330remove(haxe.ds.ObjectMap, Dyn) → Boolf@331keys(haxe.ds.ObjectMap) → Virtual[hasNext, next]f@332iterator(haxe.ds.ObjectMap) → Virtual[hasNext, next]f@333copy(haxe.ds.ObjectMap) → haxe.ds.ObjectMapf@334toString(haxe.ds.ObjectMap) → Stringf@335clear(haxe.ds.ObjectMap) → Voidf@336__string(haxe.ds.ObjectMap) → Bytes
Bindings
- static
f@337__constructor__(haxe.ds.ObjectMap) → Void