Class EmptyOrderedIterator<E>
java.lang.Object
org.apache.commons.collections4.iterators.AbstractEmptyIterator<E>
org.apache.commons.collections4.iterators.EmptyOrderedIterator<E>
- Type Parameters:
E- the type of elements returned by this iterator.
- All Implemented Interfaces:
Iterator<E>,OrderedIterator<E>,ResettableIterator<E>
Provides an implementation of an empty ordered iterator.
- Since:
- 3.1
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final OrderedIteratorSingleton instance of the iterator. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.commons.collections4.iterators.AbstractEmptyIterator
add, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove, reset, setMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, removeMethods inherited from interface org.apache.commons.collections4.OrderedIterator
hasPrevious, previous
-
Field Details
-
INSTANCE
Singleton instance of the iterator.- Since:
- 3.1
-
-
Constructor Details
-
EmptyOrderedIterator
protected EmptyOrderedIterator()Constructs a new instance.
-
-
Method Details
-
emptyOrderedIterator
Typed instance of the iterator.- Type Parameters:
E- the element type- Returns:
- OrderedIterator<E>
-