Klasse ComposedIterator<T>
java.lang.Object
org.eclipse.net4j.util.collection.AbstractIterator<T>
org.eclipse.net4j.util.collection.ComposedIterator<T>
- Alle implementierten Schnittstellen:
Iterator<T>
An iterator that is composed of multiple delegate iterators.
- Seit:
- 3.4
- Autor:
- Eike Stepper
-
Feldübersicht
Von Klasse geerbte Felder org.eclipse.net4j.util.collection.AbstractIterator
END_OF_DATA -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungComposedIterator(Collection<? extends Iterator<T>> delegates) ComposedIterator(Iterator<? extends Iterator<T>> delegates) ComposedIterator(Iterator<T>... delegates) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected ObjectReturns the next iteration element, orAbstractIterator.END_OF_DATAif the end of the iteration has been reached.static <T> Iterator<T> fromIterables(Collection<? extends Iterable<T>> iterables) Von Klasse geerbte Methoden org.eclipse.net4j.util.collection.AbstractIterator
empty, hasNext, next, removeVon Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden java.util.Iterator
forEachRemaining
-
Konstruktordetails
-
ComposedIterator
-
ComposedIterator
-
ComposedIterator
-
-
Methodendetails
-
computeNextElement
Beschreibung aus Klasse kopiert:AbstractIteratorReturns the next iteration element, orAbstractIterator.END_OF_DATAif the end of the iteration has been reached.- Angegeben von:
computeNextElementin KlasseAbstractIterator<T>
-
fromIterables
-