Class Hierarchy
- java.lang.Object
- java.util.AbstractCollection<E> (implements java.util.Collection<E>)
- java.util.AbstractList<E> (implements java.util.List<E>)
- java.util.AbstractSequentialList<E>
- java.util.LinkedList<E> (implements java.lang.Cloneable, java.util.Deque<E>, java.util.List<E>, java.io.Serializable)
- com.helger.commons.collection.impl.CommonsLinkedList<ELEMENTTYPE> (implements com.helger.commons.collection.impl.ICommonsList<ELEMENTTYPE>)
- java.util.LinkedList<E> (implements java.lang.Cloneable, java.util.Deque<E>, java.util.List<E>, java.io.Serializable)
- java.util.ArrayList<E> (implements java.lang.Cloneable, java.util.List<E>, java.util.RandomAccess, java.io.Serializable)
- com.helger.commons.collection.impl.CommonsArrayList<ELEMENTTYPE> (implements com.helger.commons.collection.impl.ICommonsList<ELEMENTTYPE>)
- java.util.Vector<E> (implements java.lang.Cloneable, java.util.List<E>, java.util.RandomAccess, java.io.Serializable)
- com.helger.commons.collection.impl.CommonsVector<ELEMENTTYPE> (implements com.helger.commons.collection.impl.ICommonsList<ELEMENTTYPE>)
- java.util.AbstractSequentialList<E>
- java.util.AbstractSet<E> (implements java.util.Set<E>)
- java.util.concurrent.CopyOnWriteArraySet<E> (implements java.io.Serializable)
- com.helger.commons.collection.impl.CommonsCopyOnWriteArraySet<ELEMENTTYPE> (implements com.helger.commons.collection.impl.ICommonsSet<ELEMENTTYPE>)
- java.util.HashSet<E> (implements java.lang.Cloneable, java.io.Serializable, java.util.Set<E>)
- com.helger.commons.collection.impl.CommonsHashSet<ELEMENTTYPE> (implements com.helger.commons.collection.impl.ICommonsSet<ELEMENTTYPE>)
- java.util.LinkedHashSet<E> (implements java.lang.Cloneable, java.io.Serializable, java.util.Set<E>)
- com.helger.commons.collection.impl.CommonsLinkedHashSet<ELEMENTTYPE> (implements com.helger.commons.collection.impl.ICommonsOrderedSet<ELEMENTTYPE>)
- java.util.TreeSet<E> (implements java.lang.Cloneable, java.util.NavigableSet<E>, java.io.Serializable)
- com.helger.commons.collection.impl.CommonsTreeSet<ELEMENTTYPE> (implements com.helger.commons.collection.impl.ICommonsNavigableSet<ELEMENTTYPE>)
- java.util.concurrent.CopyOnWriteArraySet<E> (implements java.io.Serializable)
- java.util.AbstractList<E> (implements java.util.List<E>)
- java.util.AbstractMap<K,V> (implements java.util.Map<K,V>)
- java.util.concurrent.ConcurrentHashMap<K,V> (implements java.util.concurrent.ConcurrentMap<K,V>, java.io.Serializable)
- com.helger.commons.collection.impl.CommonsConcurrentHashMap<KEYTYPE,VALUETYPE> (implements com.helger.commons.collection.impl.ICommonsMap<KEYTYPE,VALUETYPE>)
- java.util.EnumMap<K,V> (implements java.lang.Cloneable, java.io.Serializable)
- com.helger.commons.collection.impl.CommonsEnumMap<KEYTYPE,VALUETYPE> (implements com.helger.commons.collection.impl.ICommonsMap<KEYTYPE,VALUETYPE>)
- java.util.HashMap<K,V> (implements java.lang.Cloneable, java.util.Map<K,V>, java.io.Serializable)
- com.helger.commons.collection.impl.CommonsHashMap<KEYTYPE,VALUETYPE> (implements com.helger.commons.collection.impl.ICommonsMap<KEYTYPE,VALUETYPE>)
- 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>)
- java.util.TreeMap<K,V> (implements java.lang.Cloneable, java.util.NavigableMap<K,V>, java.io.Serializable)
- com.helger.commons.collection.impl.CommonsTreeMap<KEYTYPE,VALUETYPE> (implements com.helger.commons.collection.impl.ICommonsNavigableMap<KEYTYPE,VALUETYPE>)
- java.util.WeakHashMap<K,V> (implements java.util.Map<K,V>)
- com.helger.commons.collection.impl.CommonsWeakHashMap<KEYTYPE,VALUETYPE> (implements com.helger.commons.collection.impl.ICommonsMap<KEYTYPE,VALUETYPE>)
- java.util.concurrent.ConcurrentHashMap<K,V> (implements java.util.concurrent.ConcurrentMap<K,V>, java.io.Serializable)
- java.util.concurrent.CopyOnWriteArrayList<E> (implements java.lang.Cloneable, java.util.List<E>, java.util.RandomAccess, java.io.Serializable)
- com.helger.commons.collection.impl.CommonsCopyOnWriteArrayList<ELEMENTTYPE> (implements com.helger.commons.collection.impl.ICommonsList<ELEMENTTYPE>)
- java.util.AbstractCollection<E> (implements java.util.Collection<E>)
Interface Hierarchy
- com.helger.commons.lang.ICloneable<DATATYPE>
- com.helger.commons.collection.impl.ICommonsList<ELEMENTTYPE> (also extends com.helger.commons.collection.impl.ICommonsCollection<ELEMENTTYPE>, java.util.List<E>)
- com.helger.commons.collection.impl.ICommonsMap<KEYTYPE,VALUETYPE> (also extends java.util.Map<K,V>)
- com.helger.commons.collection.impl.ICommonsOrderedMap<KEYTYPE,VALUETYPE>
- com.helger.commons.collection.impl.ICommonsSortedMap<KEYTYPE,VALUETYPE> (also extends java.util.SortedMap<K,V>)
- com.helger.commons.collection.impl.ICommonsNavigableMap<KEYTYPE,VALUETYPE> (also extends java.util.NavigableMap<K,V>)
- com.helger.commons.collection.impl.ICommonsSet<ELEMENTTYPE> (also extends com.helger.commons.collection.impl.ICommonsCollection<ELEMENTTYPE>, java.util.Set<E>)
- com.helger.commons.collection.impl.ICommonsOrderedSet<ELEMENTTYPE>
- com.helger.commons.collection.impl.ICommonsSortedSet<ELEMENTTYPE> (also extends java.util.SortedSet<E>)
- com.helger.commons.collection.impl.ICommonsNavigableSet<ELEMENTTYPE> (also extends java.util.NavigableSet<E>)
- com.helger.commons.lang.IHasSize
- com.helger.commons.collection.impl.ICommonsCollection<ELEMENTTYPE> (also extends java.util.Collection<E>, com.helger.commons.collection.impl.ICommonsIterable<ELEMENTTYPE>)
- com.helger.commons.collection.impl.ICommonsList<ELEMENTTYPE> (also extends com.helger.commons.lang.ICloneable<DATATYPE>, java.util.List<E>)
- com.helger.commons.collection.impl.ICommonsSet<ELEMENTTYPE> (also extends com.helger.commons.lang.ICloneable<DATATYPE>, java.util.Set<E>)
- com.helger.commons.collection.impl.ICommonsOrderedSet<ELEMENTTYPE>
- com.helger.commons.collection.impl.ICommonsSortedSet<ELEMENTTYPE> (also extends java.util.SortedSet<E>)
- com.helger.commons.collection.impl.ICommonsNavigableSet<ELEMENTTYPE> (also extends java.util.NavigableSet<E>)
- com.helger.commons.collection.impl.ICommonsCollection<ELEMENTTYPE> (also extends java.util.Collection<E>, com.helger.commons.collection.impl.ICommonsIterable<ELEMENTTYPE>)
- java.lang.Iterable<T>
- java.util.Collection<E>
- com.helger.commons.collection.impl.ICommonsCollection<ELEMENTTYPE> (also extends com.helger.commons.collection.impl.ICommonsIterable<ELEMENTTYPE>, com.helger.commons.lang.IHasSize)
- com.helger.commons.collection.impl.ICommonsList<ELEMENTTYPE> (also extends com.helger.commons.lang.ICloneable<DATATYPE>, java.util.List<E>)
- com.helger.commons.collection.impl.ICommonsSet<ELEMENTTYPE> (also extends com.helger.commons.lang.ICloneable<DATATYPE>, java.util.Set<E>)
- com.helger.commons.collection.impl.ICommonsOrderedSet<ELEMENTTYPE>
- com.helger.commons.collection.impl.ICommonsSortedSet<ELEMENTTYPE> (also extends java.util.SortedSet<E>)
- com.helger.commons.collection.impl.ICommonsNavigableSet<ELEMENTTYPE> (also extends java.util.NavigableSet<E>)
- java.util.List<E>
- com.helger.commons.collection.impl.ICommonsList<ELEMENTTYPE> (also extends com.helger.commons.lang.ICloneable<DATATYPE>, com.helger.commons.collection.impl.ICommonsCollection<ELEMENTTYPE>)
- java.util.Set<E>
- com.helger.commons.collection.impl.ICommonsSet<ELEMENTTYPE> (also extends com.helger.commons.lang.ICloneable<DATATYPE>, com.helger.commons.collection.impl.ICommonsCollection<ELEMENTTYPE>)
- com.helger.commons.collection.impl.ICommonsOrderedSet<ELEMENTTYPE>
- com.helger.commons.collection.impl.ICommonsSortedSet<ELEMENTTYPE> (also extends java.util.SortedSet<E>)
- com.helger.commons.collection.impl.ICommonsNavigableSet<ELEMENTTYPE> (also extends java.util.NavigableSet<E>)
- java.util.SortedSet<E>
- com.helger.commons.collection.impl.ICommonsSortedSet<ELEMENTTYPE> (also extends com.helger.commons.collection.impl.ICommonsSet<ELEMENTTYPE>)
- com.helger.commons.collection.impl.ICommonsNavigableSet<ELEMENTTYPE> (also extends java.util.NavigableSet<E>)
- java.util.NavigableSet<E>
- com.helger.commons.collection.impl.ICommonsNavigableSet<ELEMENTTYPE> (also extends com.helger.commons.collection.impl.ICommonsSortedSet<ELEMENTTYPE>)
- com.helger.commons.collection.impl.ICommonsSortedSet<ELEMENTTYPE> (also extends com.helger.commons.collection.impl.ICommonsSet<ELEMENTTYPE>)
- com.helger.commons.collection.impl.ICommonsSet<ELEMENTTYPE> (also extends com.helger.commons.lang.ICloneable<DATATYPE>, com.helger.commons.collection.impl.ICommonsCollection<ELEMENTTYPE>)
- com.helger.commons.collection.impl.ICommonsCollection<ELEMENTTYPE> (also extends com.helger.commons.collection.impl.ICommonsIterable<ELEMENTTYPE>, com.helger.commons.lang.IHasSize)
- com.helger.commons.collection.impl.ICommonsIterable<ELEMENTTYPE>
- com.helger.commons.collection.impl.ICommonsCollection<ELEMENTTYPE> (also extends java.util.Collection<E>, com.helger.commons.lang.IHasSize)
- com.helger.commons.collection.impl.ICommonsList<ELEMENTTYPE> (also extends com.helger.commons.lang.ICloneable<DATATYPE>, java.util.List<E>)
- com.helger.commons.collection.impl.ICommonsSet<ELEMENTTYPE> (also extends com.helger.commons.lang.ICloneable<DATATYPE>, java.util.Set<E>)
- com.helger.commons.collection.impl.ICommonsOrderedSet<ELEMENTTYPE>
- com.helger.commons.collection.impl.ICommonsSortedSet<ELEMENTTYPE> (also extends java.util.SortedSet<E>)
- com.helger.commons.collection.impl.ICommonsNavigableSet<ELEMENTTYPE> (also extends java.util.NavigableSet<E>)
- com.helger.commons.collection.impl.ICommonsCollection<ELEMENTTYPE> (also extends java.util.Collection<E>, com.helger.commons.lang.IHasSize)
- java.util.Collection<E>
- java.util.Map<K,V>
- com.helger.commons.collection.impl.ICommonsMap<KEYTYPE,VALUETYPE> (also extends com.helger.commons.lang.ICloneable<DATATYPE>)
- com.helger.commons.collection.impl.ICommonsOrderedMap<KEYTYPE,VALUETYPE>
- com.helger.commons.collection.impl.ICommonsSortedMap<KEYTYPE,VALUETYPE> (also extends java.util.SortedMap<K,V>)
- com.helger.commons.collection.impl.ICommonsNavigableMap<KEYTYPE,VALUETYPE> (also extends java.util.NavigableMap<K,V>)
- java.util.SortedMap<K,V>
- com.helger.commons.collection.impl.ICommonsSortedMap<KEYTYPE,VALUETYPE> (also extends com.helger.commons.collection.impl.ICommonsMap<KEYTYPE,VALUETYPE>)
- com.helger.commons.collection.impl.ICommonsNavigableMap<KEYTYPE,VALUETYPE> (also extends java.util.NavigableMap<K,V>)
- java.util.NavigableMap<K,V>
- com.helger.commons.collection.impl.ICommonsNavigableMap<KEYTYPE,VALUETYPE> (also extends com.helger.commons.collection.impl.ICommonsSortedMap<KEYTYPE,VALUETYPE>)
- com.helger.commons.collection.impl.ICommonsSortedMap<KEYTYPE,VALUETYPE> (also extends com.helger.commons.collection.impl.ICommonsMap<KEYTYPE,VALUETYPE>)
- com.helger.commons.collection.impl.ICommonsMap<KEYTYPE,VALUETYPE> (also extends com.helger.commons.lang.ICloneable<DATATYPE>)