Klasse AbstractListIterator<T>
java.lang.Object
org.eclipse.net4j.util.collection.AbstractIterator<T>
org.eclipse.net4j.util.collection.AbstractListIterator<T>
- Alle implementierten Schnittstellen:
Iterator<T>
An abstract base class for custom list iterators that only requires to implement the
AbstractIterator.computeNextElement() and computePreviousElement() methods.- Seit:
- 3.3
- Autor:
- Eike Stepper
-
Feldübersicht
Von Klasse geerbte Felder org.eclipse.net4j.util.collection.AbstractIterator
END_OF_DATA -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected abstract ObjectReturns the previous iteration element, orAbstractIterator.END_OF_DATAif the start of the iteration has been reached.final booleanfinal Tprevious()Von Klasse geerbte Methoden org.eclipse.net4j.util.collection.AbstractIterator
computeNextElement, 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
-
AbstractListIterator
public AbstractListIterator()
-
-
Methodendetails
-
hasPrevious
public final boolean hasPrevious() -
previous
-
computePreviousElement
Returns the previous iteration element, orAbstractIterator.END_OF_DATAif the start of the iteration has been reached.
-