Dictionary

Constructor

@:value({ maxDepth : 1 })inlinenew(maxDepth:Int = 1)

Variables

read onlycount:Int

ks:Array<K>

vs:Array<V>

Methods

inlineclear():Void

inlineexists(k:K):Bool

get(k:K):V

inlinegetIndex(k:K):Int

getKey(v:V):K

inlinegetValueIndex(v:V):Int

inlineiterator():Iterator<V>

inlinekeys():Iterator<K>

remove(k:K):Bool

inlineremoveIndex(i:Int):Void

removeValue(v:V):Void

set(k:K, v:V):Int

toString():String