Uses of Interface
com.helger.commons.collection.impl.ICommonsIterable
-
-
Uses of ICommonsIterable in com.helger.commons.callback
Subinterfaces of ICommonsIterable in com.helger.commons.callback Modifier and Type Interface Description interfaceICallbackList<CALLBACKTYPE extends ICallback>Read-only interface for a list ofICallbackobjects.
Note: Does not implement Iterable because the returned iterator would either be an Iterator over the list in which case you can useICallbackList.getAllCallbacks()directly or the returned Iterator would not be thread-safe and that is not an option for this type.Classes in com.helger.commons.callback that implement ICommonsIterable Modifier and Type Class Description classCallbackList<CALLBACKTYPE extends ICallback>This class manages a list of callbacks. -
Uses of ICommonsIterable in com.helger.commons.collection
Classes in com.helger.commons.collection that implement ICommonsIterable 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 ICommonsIterable in com.helger.commons.collection.impl
Subinterfaces of ICommonsIterable in com.helger.commons.collection.impl Modifier and Type Interface Description interfaceICommonsCollection<ELEMENTTYPE>Case collection interface for my extended collection classes.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 ICommonsIterable 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 ICommonsIterable in com.helger.commons.collection.iterate
Subinterfaces of ICommonsIterable in com.helger.commons.collection.iterate Modifier and Type Interface Description interfaceIIterableIterator<ELEMENTTYPE>Classes in com.helger.commons.collection.iterate that implement ICommonsIterable Modifier and Type Class Description classArrayIterator<ELEMENTTYPE>This is a small helper class for iterating over arrays.classFilterIterator<ELEMENTTYPE>A simple filter iterator that takes a base iterator and an additional filter and returns only the items that match the filter.classIterableIterator<ELEMENTTYPE>This class is used for simpler iteration over an Iterator via the new "for" syntax.classIterableIteratorFromEnumeration<ELEMENTTYPE>Create an iterable iterator from an existing enumeration.classMapperIterator<SRCTYPE,ELEMENTTYPE>A simple iterator that changes the object type from a source type to a destination type. -
Uses of ICommonsIterable in com.helger.commons.collection.map
Classes in com.helger.commons.collection.map that implement ICommonsIterable Modifier and Type Class Description classLRUSet<ELEMENTTYPE>A special ordered set, that has an upper limit of contained elements. -
Uses of ICommonsIterable in com.helger.commons.csv
Classes in com.helger.commons.csv that implement ICommonsIterable Modifier and Type Class Description classCSVReaderA very simple CSV reader released under a commercial-friendly license. -
Uses of ICommonsIterable in com.helger.commons.datetime
Methods in com.helger.commons.datetime that return ICommonsIterable Modifier and Type Method Description static ICommonsIterable<PDTZoneID>PDTZoneID. getDefaultZoneIDs() -
Uses of ICommonsIterable in com.helger.commons.error.level
Subinterfaces of ICommonsIterable in com.helger.commons.error.level Modifier and Type Interface Description interfaceIHasErrorLevels<IMPLTYPE extends IHasErrorLevel>Interface representing an object having multiple objects with an error level -
Uses of ICommonsIterable in com.helger.commons.error.list
Subinterfaces of ICommonsIterable 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 ICommonsIterable Modifier and Type Class Description classErrorListDefault implementation ofIErrorList. -
Uses of ICommonsIterable in com.helger.commons.hierarchy
Methods in com.helger.commons.hierarchy that return ICommonsIterable Modifier and Type Method Description ICommonsIterable<? extends CHILDTYPE>IHasChildren. getChildren() -
Uses of ICommonsIterable in com.helger.commons.http
Classes in com.helger.commons.http that implement ICommonsIterable Modifier and Type Class Description classHttpHeaderMapAbstracts HTTP header interface for external usage.
Note: since version 9.1.8 (issue #11) the internal scheme changed and the original case is stored. -
Uses of ICommonsIterable in com.helger.commons.io.file
Classes in com.helger.commons.io.file that implement ICommonsIterable Modifier and Type Class Description classFileSystemIteratorIterate over the content of a single directory.classFileSystemRecursiveIteratorRecursively iterate the content of a file system directory. -
Uses of ICommonsIterable in com.helger.commons.lang
Methods in com.helger.commons.lang that return ICommonsIterable Modifier and Type Method Description static ICommonsIterable<WeakReference<Class<?>>>ClassHierarchyCache. getClassHierarchyIterator(Class<?> aClass)Iterate the complete super class hierarchy of the passed class including all super classes and all interfaces of the passed class and of all parent classes. -
Uses of ICommonsIterable in com.helger.commons.log
Classes in com.helger.commons.log that implement ICommonsIterable Modifier and Type Class Description classInMemoryLoggerKeeps a set ofLogMessageobjects in memory, offering an API similar to SLF4J. -
Uses of ICommonsIterable in com.helger.commons.math
Classes in com.helger.commons.math that implement ICommonsIterable Modifier and Type Class Description classCombinationGenerator<DATATYPE>Utility class for generating all possible combinations of elements for a specified number of available slots. -
Uses of ICommonsIterable in com.helger.commons.url
Classes in com.helger.commons.url that implement ICommonsIterable Modifier and Type Class Description classURLParameterListA list of URL parameters with a sanity API.
-