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 Object
Returns the next iteration element, orAbstractIterator.END_OF_DATA
if 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, remove
Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Von Schnittstelle geerbte Methoden java.util.Iterator
forEachRemaining
-
Konstruktordetails
-
ComposedIterator
-
ComposedIterator
-
ComposedIterator
-
-
Methodendetails
-
computeNextElement
Beschreibung aus Klasse kopiert:AbstractIterator
Returns the next iteration element, orAbstractIterator.END_OF_DATA
if the end of the iteration has been reached.- Angegeben von:
computeNextElement
in KlasseAbstractIterator<T>
-
fromIterables
-