Uses of Interface
com.helger.commons.collection.impl.ICommonsCollection
-
-
Uses of ICommonsCollection in com.helger.commons.collection
Classes in com.helger.commons.collection that implement ICommonsCollection Modifier and Type Class Description classNonBlockingStack<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.impl Modifier and Type Interface Description interfaceICommonsList<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 ICommonsCollection Modifier and Type Class Description classCommonsArrayList<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 ICommonsCollection Modifier and Type Class Description classLRUSet<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.list Modifier and Type Interface Description interfaceIErrorListInterface for a list ofIErrorobjects.Classes in com.helger.commons.error.list that implement ICommonsCollection Modifier and Type Class Description classErrorListDefault implementation ofIErrorList. -
Uses of ICommonsCollection in com.helger.commons.hierarchy
Methods in com.helger.commons.hierarchy that return ICommonsCollection Modifier and Type Method Description ICommonsCollection<? 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 Modifier and Type Method Description ICommonsCollection<MimeTypeContent>MimeTypeDeterminator. getAllMimeTypeContents() -
Uses of ICommonsCollection in com.helger.commons.url
Classes in com.helger.commons.url that implement ICommonsCollection Modifier and Type Class Description classURLParameterListA list of URL parameters with a sanity API.Methods in com.helger.commons.url that return ICommonsCollection Modifier and Type Method Description ICommonsCollection<IURLProtocol>URLProtocolRegistry. getAllProtocols()
-