Index
All Classes and Interfaces|All Packages|Constant Field Values
S
- setValue(V) - Method in class dev.tylermong.customhashmap.Entry
-
Sets the value of the entry.
- simpleHash(K) - Method in class dev.tylermong.customhashmap.CustomHashMap
-
Deprecated.
- size - Variable in class dev.tylermong.customhashmap.CustomHashMap
-
The size of the
HashMap, which is the number of key-value pairs currently stored in it. - size() - Method in class dev.tylermong.customhashmap.CustomHashMap
-
Returns the number of key-value mappings in this
HashMap.
All Classes and Interfaces|All Packages|Constant Field Values
CustomHashMap.hash(Object)instead for a more efficient hashing algorithm, which implements Java's standard HashMap hashing algorithm.