Skip to content

haxe.ds.StringMap

haxe.ds.StringMap

Fields

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

Protos

  • f@294 set(haxe.ds.StringMap, String, Dyn) → Void
  • f@295 get(haxe.ds.StringMap, String) → Dyn
  • f@296 exists(haxe.ds.StringMap, String) → Bool
  • f@297 remove(haxe.ds.StringMap, String) → Bool
  • f@298 keys(haxe.ds.StringMap) → Virtual[hasNext, next]
  • f@299 iterator(haxe.ds.StringMap) → Virtual[hasNext, next]
  • f@300 toString(haxe.ds.StringMap) → String
  • f@301 clear(haxe.ds.StringMap) → Void
  • f@302 __string(haxe.ds.StringMap) → Bytes

Bindings

  • static f@303 __constructor__(haxe.ds.StringMap) → Void