Skip to content

haxe.ds.ObjectMap

haxe.ds.ObjectMap

Fields

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

Protos

  • f@327 set(haxe.ds.ObjectMap, Dyn, Dyn) → Void
  • f@328 get(haxe.ds.ObjectMap, Dyn) → Dyn
  • f@329 exists(haxe.ds.ObjectMap, Dyn) → Bool
  • f@330 remove(haxe.ds.ObjectMap, Dyn) → Bool
  • f@331 keys(haxe.ds.ObjectMap) → Virtual[hasNext, next]
  • f@332 iterator(haxe.ds.ObjectMap) → Virtual[hasNext, next]
  • f@333 copy(haxe.ds.ObjectMap) → haxe.ds.ObjectMap
  • f@334 toString(haxe.ds.ObjectMap) → String
  • f@335 clear(haxe.ds.ObjectMap) → Void
  • f@336 __string(haxe.ds.ObjectMap) → Bytes

Bindings

  • static f@337 __constructor__(haxe.ds.ObjectMap) → Void