Uses of Interface
com.helger.commons.collection.impl.ICommonsCollection
Packages that use ICommonsCollection
Package
Description
-
Uses of ICommonsCollection in com.helger.commons.collection
Classes in com.helger.commons.collection that implement ICommonsCollectionModifier and TypeClassDescriptionclassNonBlockingStack<ELEMENTTYPE>A version of a stack that does not useVectorbut anCommonsArrayListas the underlying data structure as opposed toStack. -
Uses of ICommonsCollection in com.helger.commons.collection.impl
Subinterfaces of ICommonsCollection in com.helger.commons.collection.implModifier and TypeInterfaceDescriptioninterfaceICommonsList<ELEMENTTYPE>A specialListinterface with extended functionality based onICommonsCollection.interfaceICommonsNavigableSet<ELEMENTTYPE>A specialNavigableSetbased interface with extended functionality based onICommonsSortedSet.interfaceICommonsOrderedSet<ELEMENTTYPE>A special orderedSetbased interface with extended functionality based onICommonsSet.interfaceICommonsSet<ELEMENTTYPE>A specialSetinterface with extended functionality based onICommonsCollection.interfaceICommonsSortedSet<ELEMENTTYPE>A specialSortedSetbased interface with extended functionality based onICommonsSet.Classes in com.helger.commons.collection.impl that implement ICommonsCollectionModifier and TypeClassDescriptionclassCommonsArrayList<ELEMENTTYPE>A specialArrayListimplementation based onICommonsList.classCommonsCopyOnWriteArrayList<ELEMENTTYPE>A specialCommonsCopyOnWriteArrayListimplementation based onICommonsList.classCommonsCopyOnWriteArraySet<ELEMENTTYPE>A specialCopyOnWriteArraySetimplementation based onICommonsSet.classCommonsHashSet<ELEMENTTYPE>A specialHashSetimplementation based onICommonsSet.classCommonsLinkedHashSet<ELEMENTTYPE>A specialLinkedHashSetimplementation based onICommonsOrderedSet.classCommonsLinkedList<ELEMENTTYPE>A specialLinkedListimplementation based onICommonsList.classCommonsTreeSet<ELEMENTTYPE>A specialTreeSetimplementation based onICommonsNavigableSet.classCommonsVector<ELEMENTTYPE>A specialVectorimplementation based onICommonsList. -
Uses of ICommonsCollection in com.helger.commons.collection.map
Classes in com.helger.commons.collection.map that implement ICommonsCollectionModifier and TypeClassDescriptionclassLRUSet<ELEMENTTYPE>A special ordered set, that has an upper limit of contained elements. -
Uses of ICommonsCollection in com.helger.commons.error.list
Subinterfaces of ICommonsCollection in com.helger.commons.error.listClasses in com.helger.commons.error.list that implement ICommonsCollection -
Uses of ICommonsCollection in com.helger.commons.hierarchy
Methods in com.helger.commons.hierarchy that return ICommonsCollectionModifier and TypeMethodDescriptionICommonsCollection<? extends CHILDTYPE> ChildrenProviderHasChildren.getAllChildren(CHILDTYPE aCurrent) ICommonsCollection<? extends CHILDTYPE> IChildrenProvider.getAllChildren(CHILDTYPE aCurrent) Get the children of the passed object.ICommonsCollection<? extends CHILDTYPE> IHasChildren.getAllChildren() -
Uses of ICommonsCollection in com.helger.commons.mime
Methods in com.helger.commons.mime that return ICommonsCollection -
Uses of ICommonsCollection in com.helger.commons.url
Classes in com.helger.commons.url that implement ICommonsCollectionModifier and TypeClassDescriptionclassA list of URL parameters with a sanity API.Methods in com.helger.commons.url that return ICommonsCollection