Class Hierarchy
- java.lang.Object
- java.util.AbstractCollection<E> (implements java.util.Collection<E>)
- java.util.AbstractSet<E> (implements java.util.Set<E>)
- com.helger.commons.collection.map.LRUSet<ELEMENTTYPE> (implements com.helger.commons.collection.impl.ICommonsOrderedSet<ELEMENTTYPE>)
- java.util.AbstractSet<E> (implements java.util.Set<E>)
- java.util.AbstractMap<K,V> (implements java.util.Map<K,V>)
- com.helger.commons.collection.map.AbstractSoftMap<K,V> (implements com.helger.commons.collection.impl.ICommonsMap<KEYTYPE,VALUETYPE>)
- com.helger.commons.collection.map.SoftHashMap<K,V>
- com.helger.commons.collection.map.SoftLinkedHashMap<K,V>
- java.util.HashMap<K,V> (implements java.lang.Cloneable, java.util.Map<K,V>, java.io.Serializable)
- java.util.LinkedHashMap<K,V> (implements java.util.Map<K,V>)
- com.helger.commons.collection.impl.CommonsLinkedHashMap<KEYTYPE,VALUETYPE> (implements com.helger.commons.collection.impl.ICommonsOrderedMap<KEYTYPE,VALUETYPE>)
- com.helger.commons.collection.map.LRUMap<KEYTYPE,VALUETYPE>
- com.helger.commons.collection.map.LoggingLRUMap<KEYTYPE,VALUETYPE>
- com.helger.commons.collection.map.LRUMap<KEYTYPE,VALUETYPE>
- com.helger.commons.collection.impl.CommonsLinkedHashMap<KEYTYPE,VALUETYPE> (implements com.helger.commons.collection.impl.ICommonsOrderedMap<KEYTYPE,VALUETYPE>)
- java.util.LinkedHashMap<K,V> (implements java.util.Map<K,V>)
- com.helger.commons.collection.map.AbstractSoftMap<K,V> (implements com.helger.commons.collection.impl.ICommonsMap<KEYTYPE,VALUETYPE>)
- com.helger.commons.collection.map.MapEntry<KEYTYPE,VALUETYPE> (implements java.util.Map.Entry<K,V>)
- java.lang.ref.Reference<T>
- java.lang.ref.SoftReference<T>
- com.helger.commons.collection.map.AbstractSoftMap.SoftValue<K,V>
- java.lang.ref.SoftReference<T>
- java.util.AbstractCollection<E> (implements java.util.Collection<E>)