Index

B C D E G H I K L M P R S T V 
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.
This method uses a simple hashing algorithm, based on the length of the key, which causes a high number of collisions. Use CustomHashMap.hash(Object) instead for a more efficient hashing algorithm, which implements Java's standard HashMap hashing algorithm.
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.
B C D E G H I K L M P R S T V 
All Classes and Interfaces|All Packages|Constant Field Values