java.lang.Object | |
↳ | org.apache.commons.collections.iterators.EmptyOrderedIterator |
Provides an implementation of an empty ordered iterator.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
INSTANCE | Singleton instance of the iterator. |
Protected Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Constructor.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Checks to see if there is a previous element that can be iterated to.
| |||||||||||
Gets the previous element from the collection.
| |||||||||||
Resets the iterator back to the position at which the iterator
was created.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Constructor.
Checks to see if there is a previous element that can be iterated to.
true
if the iterator has a previous element
Gets the previous element from the collection.
Resets the iterator back to the position at which the iterator was created.