Constructor
Methods
iterator():Iterator<T>
Available on java, python, cs, lua
Returns an iterator of all values in the hashtable. Implementation detail: Do not set() any new value while iterating, as it may cause a resize, which will break iteration
keys():Iterator<Int>
Available on java, python, cs, lua
Returns an iterator of all keys in the hashtable. Implementation detail: Do not set() any new value while iterating, as it may cause a resize, which will break iteration