类分层结构
- java.lang.Object
- com.jn.langx.AbstractAccessor<K,T> (implements com.jn.langx.Accessor<K,T>)
- java.util.AbstractCollection<E> (implements java.util.Collection<E>)
- java.util.AbstractMap<K,V> (implements java.util.Map<K,V>)
- com.jn.langx.util.collection.BoundedConcurrentHashMap<K,V> (implements java.util.concurrent.ConcurrentMap<K,V>, java.io.Serializable)
- com.jn.langx.util.collection.ConcurrentReferenceHashMap<K,V> (implements java.util.concurrent.ConcurrentMap<K,V>)
- com.jn.langx.util.collection.CopyOnWriteHashMap<K,V>
- java.util.HashMap<K,V> (implements java.lang.Cloneable, java.util.Map<K,V>, java.io.Serializable)
- com.jn.langx.util.collection.LinkedTreeMap<K,V> (implements java.io.Serializable)
- java.util.TreeMap<K,V> (implements java.lang.Cloneable, java.util.NavigableMap<K,V>, java.io.Serializable)
- com.jn.langx.util.collection.Arrs
- com.jn.langx.util.collection.Collects
- com.jn.langx.util.collection.CopyOnWriteConcurrentMap<K,V> (implements java.util.concurrent.ConcurrentMap<K,V>)
- com.jn.langx.util.collection.IdentityMap<K,V> (implements java.util.Map<K,V>)
- com.jn.langx.util.collection.IdentityMap.IdentityKey<K> (implements java.io.Serializable)
- com.jn.langx.util.collection.IdentityMap.IdentityMapEntry<K,V> (implements java.util.Map.Entry<K,V>)
- com.jn.langx.util.collection.IdentitySet (implements java.util.Set<E>)
- com.jn.langx.util.collection.IncludeExcludeSet<T,P> (implements com.jn.langx.util.function.Predicate<V>)
- com.jn.langx.util.collection.LinkedCaseInsensitiveMap<V> (implements java.lang.Cloneable, java.util.Map<K,V>, java.io.Serializable)
- com.jn.langx.util.collection.Maps
- com.jn.langx.util.collection.MultiKeyMap<V> (implements java.util.Map<K,V>)
- com.jn.langx.util.collection.Pipeline<E>
- com.jn.langx.util.collection.PrimitiveArrays
- com.jn.langx.util.collection.WeakIdentityHashMap<K,V> (implements java.util.Map<K,V>)
- com.jn.langx.util.collection.WheelQueue<E> (implements java.util.Queue<E>)
- com.jn.langx.util.collection.WrappedNonAbsentMap<K,V> (implements java.util.Map<K,V>)
接口分层结构
枚举分层结构
Copyright © 2020. All rights reserved.