Class Hierarchy
- java.lang.Object
- net.sf.ehcache.util.concurrent.ConcurrentHashMap<K,V> (implements java.util.concurrent.ConcurrentMap<K,V>)
- net.sf.ehcache.util.concurrent.ConcurrentHashMap.EntrySetView<K,V> (implements java.util.Set<E>)
- net.sf.ehcache.util.concurrent.ConcurrentHashMap.KeySetView<K,V> (implements java.io.Serializable, java.util.Set<E>)
- net.sf.ehcache.util.concurrent.ConcurrentHashMap.Node
- net.sf.ehcache.util.concurrent.ConcurrentHashMap.TreeNode
- net.sf.ehcache.util.concurrent.ConcurrentHashMap.ValuesView<K,V> (implements java.util.Collection<E>)
- java.lang.Number (implements java.io.Serializable)
- net.sf.ehcache.util.concurrent.LongAdder (implements java.io.Serializable)
- java.util.Random (implements java.io.Serializable)
- net.sf.ehcache.util.concurrent.ThreadLocalRandom
Interface Hierarchy
- net.sf.ehcache.util.concurrent.ConcurrentHashMap.RemovalCallback
- java.util.Iterator<E>
- net.sf.ehcache.util.concurrent.ConcurrentHashMap.Spliterator<T>