structs/HashBag

class HashBag
extends:Object
static method newHashBag
method init
static method new~withCapacity(capacity: Int)HashBag
method init~withCapacity(capacity: Int)
method get(key: String, T: Class) → T
method getEntry(key: String, V: Class)HashEntry<K,V>
method put(key: String, value: T)Bool
method add(key: String, value: T)Bool
method isEmptyBool
method remove(key: String)Bool
method sizeInt
method contains(key: String)Bool
myMapHashMap<K,V>

This Page