Deprecated API
Contents
-
Deprecated MethodsMethodDescriptionThis 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.