java.lang.Object | ||
↳ | org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator | |
↳ | org.apache.commons.collections.map.AbstractLinkedMap.LinkMapIterator |
MapIterator implementation.
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Protected Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the current key, which is the key returned by the last call
to
next() . | |||||||||||
Gets the current value, which is the value associated with the last key
returned by
next() . | |||||||||||
Gets the next key from the
Map . | |||||||||||
Gets the previous key from the
Map . | |||||||||||
Sets the value associated with the current key (optional operation).
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Gets the current key, which is the key returned by the last call
to next()
.
Gets the current value, which is the value associated with the last key
returned by next()
.
Gets the previous key from the Map
.
Sets the value associated with the current key (optional operation).
value | the new value |
---|