Class UnmodifiableOrderedMapIterator<K,V>

java.lang.Object
org.apache.commons.collections4.iterators.UnmodifiableOrderedMapIterator<K,V>
Type Parameters:
K - The type of keys
V - The type of mapped values
All Implemented Interfaces:
Iterator<K>, MapIterator<K,V>, OrderedIterator<K>, OrderedMapIterator<K,V>, Unmodifiable

public final class UnmodifiableOrderedMapIterator<K,V> extends Object implements OrderedMapIterator<K,V>, Unmodifiable
Decorates an ordered map iterator such that it cannot be modified.

Attempts to modify it will result in an UnsupportedOperationException.

Since:
3.0