org.apache.commons.collections.OrderedMapIterator |
![]() |
Defines an iterator that operates over an ordered Map
.
This iterator allows both forward and reverse iteration through the map.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Checks to see if there is a previous entry that can be iterated to.
| |||||||||||
Gets the previous key from the
Map . |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Checks to see if there is a previous entry that can be iterated to.
true
if the iterator has a previous element
Gets the previous key from the Map
.
NoSuchElementException | if the iteration is finished |
---|