org.apache.commons.collections.iterators
public final class UnmodifiableOrderedMapIterator extends Object implements OrderedMapIterator, Unmodifiable
Since: Commons Collections 3.0
Version: $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
| Method Summary | |
|---|---|
| static OrderedMapIterator | decorate(OrderedMapIterator iterator)
Decorates the specified iterator such that it cannot be modified.
|
| Object | getKey() |
| Object | getValue() |
| boolean | hasNext() |
| boolean | hasPrevious() |
| Object | next() |
| Object | previous() |
| void | remove() |
| Object | setValue(Object value) |
Parameters: iterator the iterator to decorate
Throws: IllegalArgumentException if the iterator is null