haxe.ds.StringMap
haxe.ds.StringMap
Fields
| Name | Type | |
|---|---|---|
h | Abstract | |
| “ | Virtual[toString, set, remove, keys, iterator, get, exists] |
Protos
f@294set(haxe.ds.StringMap, String, Dyn) → Voidf@295get(haxe.ds.StringMap, String) → Dynf@296exists(haxe.ds.StringMap, String) → Boolf@297remove(haxe.ds.StringMap, String) → Boolf@298keys(haxe.ds.StringMap) → Virtual[hasNext, next]f@299iterator(haxe.ds.StringMap) → Virtual[hasNext, next]f@300toString(haxe.ds.StringMap) → Stringf@301clear(haxe.ds.StringMap) → Voidf@302__string(haxe.ds.StringMap) → Bytes
Bindings
- static
f@303__constructor__(haxe.ds.StringMap) → Void