Class UnmodifiableEntrySet.UnmodifiableEntrySetIterator
java.lang.Object
org.apache.commons.collections4.iterators.AbstractUntypedIteratorDecorator<Map.Entry<K,V>,Map.Entry<K,V>>
org.apache.commons.collections4.iterators.AbstractIteratorDecorator<Map.Entry<K,V>>
org.apache.commons.collections4.map.UnmodifiableEntrySet.UnmodifiableEntrySetIterator
- Enclosing class:
UnmodifiableEntrySet<K,
V>
private class UnmodifiableEntrySet.UnmodifiableEntrySetIterator
extends AbstractIteratorDecorator<Map.Entry<K,V>>
Implementation of an entry set iterator.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
UnmodifiableEntrySetIterator
(Iterator<Map.Entry<K, V>> iterator) -
Method Summary
Methods inherited from class org.apache.commons.collections4.iterators.AbstractUntypedIteratorDecorator
getIterator, hasNext
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
UnmodifiableEntrySetIterator
-
-
Method Details
-
next
Description copied from class:AbstractIteratorDecorator
-
remove
public void remove()
-