类分层结构
- java.lang.Object
- java.util.AbstractCollection<E> (implements java.util.Collection<E>)
- com.firefly.utils.collection.AbstractConcurrentAutomaticClearMap<K,V> (implements com.firefly.utils.collection.ConcurrentAutomaticClearMap<K,V>, java.util.concurrent.ConcurrentMap<K,V>)
- com.firefly.utils.collection.AbstractConcurrentAutomaticClearMap.MapEntryImpl (implements java.util.Map.Entry<K,V>)
- java.util.AbstractMap<K,V> (implements java.util.Map<K,V>)
- com.firefly.utils.collection.AbstractTrie<V> (implements com.firefly.utils.collection.Trie<V>)
- com.firefly.utils.collection.ConcurrentArrayQueue.Block<E>
- com.firefly.utils.collection.ConcurrentLinkedHashMap<K,V> (implements java.util.Map<K,V>)
- com.firefly.utils.collection.ConcurrentReferenceHashMap.Entry<K,V> (implements java.util.Map.Entry<K,V>)
- com.firefly.utils.collection.ConcurrentReferenceHashMap.ReferenceManager
- com.firefly.utils.collection.ConsistentHash<T>
- com.firefly.utils.collection.IdentityHashMap<K,V>
- com.firefly.utils.collection.IdentityHashMap.Entry<K,V>
- com.firefly.utils.collection.LazyList (implements java.lang.Cloneable, java.io.Serializable)
- java.util.concurrent.locks.ReentrantLock (implements java.util.concurrent.locks.Lock, java.io.Serializable)
接口分层结构
枚举分层结构
Copyright © 2016. All rights reserved.