Uses of Class
org.cache2k.core.StampedHash
-
Packages that use StampedHash Package Description org.cache2k.core -
-
Uses of StampedHash in org.cache2k.core
Fields in org.cache2k.core declared as StampedHash Modifier and Type Field Description protected StampedHash<K,V>HeapCache. hashMethods in org.cache2k.core that return StampedHash Modifier and Type Method Description StampedHash<K,V>HeapCache. createHashTable()StampedHash<Integer,V>IntHeapCache. createHashTable()Modified hash table implementation.
-