Package com.helger.commons.collection.impl
-
Interface Summary Interface Description ICommonsCollection<ELEMENTTYPE> Case collection interface for my extended collection classes.ICommonsIterable<ELEMENTTYPE> Extended version ofIterablewith some additional default methods.ICommonsList<ELEMENTTYPE> A specialListinterface with extended functionality based onICommonsCollection.ICommonsMap<KEYTYPE,VALUETYPE> A specialMapinterface with extended functionalityICommonsNavigableMap<KEYTYPE,VALUETYPE> A specialNavigableMapinterface based onICommonsSortedMap.ICommonsNavigableSet<ELEMENTTYPE> A specialNavigableSetbased interface with extended functionality based onICommonsSortedSet.ICommonsOrderedMap<KEYTYPE,VALUETYPE> ICommonsOrderedSet<ELEMENTTYPE> A special orderedSetbased interface with extended functionality based onICommonsSet.ICommonsSet<ELEMENTTYPE> A specialSetinterface with extended functionality based onICommonsCollection.ICommonsSortedMap<KEYTYPE,VALUETYPE> A specialSortedMapbased interface with extended functionality based onICommonsMap.ICommonsSortedSet<ELEMENTTYPE> A specialSortedSetbased interface with extended functionality based onICommonsSet. -
Class Summary Class Description CommonsArrayList<ELEMENTTYPE> A specialArrayListimplementation based onICommonsList.CommonsConcurrentHashMap<KEYTYPE,VALUETYPE> A specialConcurrentHashMapimplementation based onICommonsMap.CommonsCopyOnWriteArrayList<ELEMENTTYPE> A specialCommonsCopyOnWriteArrayListimplementation based onICommonsList.CommonsCopyOnWriteArraySet<ELEMENTTYPE> A specialCopyOnWriteArraySetimplementation based onICommonsSet.CommonsEnumMap<KEYTYPE extends Enum<KEYTYPE>,VALUETYPE> A specialEnumMapimplementation based onICommonsMap.CommonsHashMap<KEYTYPE,VALUETYPE> A specialHashMapimplementation based onICommonsMap.CommonsHashSet<ELEMENTTYPE> A specialHashSetimplementation based onICommonsSet.CommonsLinkedHashMap<KEYTYPE,VALUETYPE> A specialLinkedHashMapimplementation based onICommonsOrderedMap.CommonsLinkedHashSet<ELEMENTTYPE> A specialLinkedHashSetimplementation based onICommonsOrderedSet.CommonsLinkedList<ELEMENTTYPE> A specialLinkedListimplementation based onICommonsList.CommonsTreeMap<KEYTYPE,VALUETYPE> A specialTreeMapimplementation based onICommonsNavigableMap.CommonsTreeSet<ELEMENTTYPE> A specialTreeSetimplementation based onICommonsNavigableSet.CommonsVector<ELEMENTTYPE> A specialVectorimplementation based onICommonsList.CommonsWeakHashMap<KEYTYPE,VALUETYPE> A specialWeakHashMapimplementation based onICommonsMap.