类分层结构
- java.lang.Object
- java.util.AbstractCollection<E> (implements java.util.Collection<E>)
- java.util.AbstractMap<K,V> (implements java.util.Map<K,V>)
- com.github.paganini2008.devtools.collection.KeyConversionMap<T,K,V> (implements java.util.Map<K,V>, java.io.Serializable)
- com.github.paganini2008.devtools.collection.LruMap<K,V> (implements java.util.Map<K,V>, java.io.Serializable)
- com.github.paganini2008.devtools.collection.MultiDequeMap<K,V> (implements java.util.Map<K,V>, java.io.Serializable)
- com.github.paganini2008.devtools.collection.MultiKeyMap<K,V> (implements java.util.Map<K,V>, java.io.Serializable)
- com.github.paganini2008.devtools.collection.MultiListMap<K,V> (implements java.util.Map<K,V>, java.io.Serializable)
- com.github.paganini2008.devtools.collection.MultiMappedMap<K,N,V> (implements java.util.Map<K,V>, java.io.Serializable)
- com.github.paganini2008.devtools.collection.MultiSetMap<K,V> (implements java.util.Map<K,V>, java.io.Serializable)
- com.github.paganini2008.devtools.collection.CollectionUtils
- com.github.paganini2008.devtools.collection.CollectionUtils.SequentialEnumeration<T> (implements java.util.Iterator<E>)
- com.github.paganini2008.devtools.collection.CollectionUtils.SequentialIterator<T> (implements java.util.Iterator<E>)
- java.util.Dictionary<K,V>
- java.util.EventObject (implements java.io.Serializable)
- com.github.paganini2008.devtools.collection.ListSlice<T> (implements com.github.paganini2008.devtools.jdbc.ResultSetSlice<T>)
- com.github.paganini2008.devtools.collection.ListUtils
- com.github.paganini2008.devtools.collection.MapUtils
- com.github.paganini2008.devtools.collection.MultiKeyMap.CombinedEntry<K,V> (implements java.util.Map.Entry<K,V>, java.io.Serializable)
- java.lang.ref.Reference<T>
- com.github.paganini2008.devtools.collection.ReferenceMap<K,V> (implements java.util.Map<K,V>)
- com.github.paganini2008.devtools.collection.SoftReferenceMap<K,V> (implements java.util.Map<K,V>)
- com.github.paganini2008.devtools.collection.WeakReferenceMap<K,V> (implements java.util.Map<K,V>)
- com.github.paganini2008.devtools.collection.SetUtils
- com.github.paganini2008.devtools.collection.StatefulIterator<T> (implements java.util.Iterator<E>)
接口分层结构
Copyright © 2020. All rights reserved.