Skip to content

haxe.ds.IntMap

haxe.ds.IntMap

Fields

NameType
hAbstract
Virtual[toString, set, remove, keys, iterator, get, exists]

Protos

  • f@338 set(haxe.ds.IntMap, I32, Dyn) → Void
  • f@339 get(haxe.ds.IntMap, I32) → Dyn
  • f@340 exists(haxe.ds.IntMap, I32) → Bool
  • f@341 remove(haxe.ds.IntMap, I32) → Bool
  • f@342 keys(haxe.ds.IntMap) → Virtual[hasNext, next]
  • f@343 iterator(haxe.ds.IntMap) → Virtual[hasNext, next]
  • f@344 toString(haxe.ds.IntMap) → String
  • f@345 clear(haxe.ds.IntMap) → Void
  • f@346 __string(haxe.ds.IntMap) → Bytes

Bindings

  • static f@347 __constructor__(haxe.ds.IntMap) → Void