(_get this k)
@param k, non-null @return the integer associated with k, or -1 if not present
@param k, non-null @return the integer associated with k, or -1 if not present
(_intern this k)
Puts k in the map (if not present) and assigns and returns the index associated with it assigns ints monotonically from 0 @param k, non-null @return the integer associated with k
Puts k in the map (if not present) and assigns and returns the index associated with it assigns ints monotonically from 0 @param k, non-null @return the integer associated with k
(_oldIndex this k)
Puts k in the map if it was not already present. Returns -1 if k was freshly added Returns k's index if k was already in the map. @param k, non-null @return the integer associated with k or -1
Puts k in the map if it was not already present. Returns -1 if k was freshly added Returns k's index if k was already in the map. @param k, non-null @return the integer associated with k or -1
(clear this)
(findSlot this hash)
(intern this k)
(isEmpty this)
(oldIndex this k)
(resize this)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close