haxe.ds.IntMap
haxe.ds.IntMap
Fields
| Name | Type | |
|---|---|---|
h | Abstract | |
| “ | Virtual[toString, set, remove, keys, iterator, get, exists] |
Protos
f@338set(haxe.ds.IntMap, I32, Dyn) → Voidf@339get(haxe.ds.IntMap, I32) → Dynf@340exists(haxe.ds.IntMap, I32) → Boolf@341remove(haxe.ds.IntMap, I32) → Boolf@342keys(haxe.ds.IntMap) → Virtual[hasNext, next]f@343iterator(haxe.ds.IntMap) → Virtual[hasNext, next]f@344toString(haxe.ds.IntMap) → Stringf@345clear(haxe.ds.IntMap) → Voidf@346__string(haxe.ds.IntMap) → Bytes
Bindings
- static
f@347__constructor__(haxe.ds.IntMap) → Void