Uses of Interface
com.helger.commons.collection.impl.ICommonsIterable
Packages that use ICommonsIterable
Package
Description
-
Uses of ICommonsIterable in com.helger.commons.callback
Subinterfaces of ICommonsIterable in com.helger.commons.callbackModifier and TypeInterfaceDescriptioninterfaceICallbackList<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 ICommonsIterableModifier and TypeClassDescriptionclassCallbackList<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 ICommonsIterableModifier and TypeClassDescriptionclassNonBlockingStack<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.implModifier and TypeInterfaceDescriptioninterfaceICommonsCollection<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 ICommonsIterableModifier 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 ICommonsIterable in com.helger.commons.collection.iterate
Subinterfaces of ICommonsIterable in com.helger.commons.collection.iterateClasses in com.helger.commons.collection.iterate that implement ICommonsIterableModifier and TypeClassDescriptionfinal 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 ICommonsIterableModifier and TypeClassDescriptionclassLRUSet<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 ICommonsIterableModifier and TypeClassDescriptionclassA 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 ICommonsIterableModifier and TypeMethodDescriptionstatic ICommonsIterable<PDTZoneID> PDTZoneID.getDefaultZoneIDs() -
Uses of ICommonsIterable in com.helger.commons.error.level
Subinterfaces of ICommonsIterable in com.helger.commons.error.levelModifier and TypeInterfaceDescriptioninterfaceIHasErrorLevels<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.listClasses in com.helger.commons.error.list that implement ICommonsIterable -
Uses of ICommonsIterable in com.helger.commons.hierarchy
Methods in com.helger.commons.hierarchy that return ICommonsIterableModifier and TypeMethodDescriptionICommonsIterable<? extends CHILDTYPE> IHasChildren.getChildren() -
Uses of ICommonsIterable in com.helger.commons.http
Classes in com.helger.commons.http that implement ICommonsIterableModifier and TypeClassDescriptionclassAbstracts 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 ICommonsIterableModifier and TypeClassDescriptionfinal classIterate over the content of a single directory.classRecursively iterate the content of a file system directory. -
Uses of ICommonsIterable in com.helger.commons.lang
Methods in com.helger.commons.lang that return ICommonsIterableModifier and TypeMethodDescriptionstatic 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 ICommonsIterableModifier and TypeClassDescriptionclassKeeps 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 ICommonsIterableModifier and TypeClassDescriptionclassCombinationGenerator<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 ICommonsIterableModifier and TypeClassDescriptionclassA list of URL parameters with a sanity API.