Package io.netty.util.collection
Class CharCollections.UnmodifiableMap.IteratorImpl
java.lang.Object
io.netty.util.collection.CharCollections.UnmodifiableMap.IteratorImpl
- All Implemented Interfaces:
Iterator<CharObjectMap.PrimitiveEntry<V>>
- Enclosing class:
CharCollections.UnmodifiableMap<V>
private class CharCollections.UnmodifiableMap.IteratorImpl
extends Object
implements Iterator<CharObjectMap.PrimitiveEntry<V>>
Unmodifiable wrapper for an iterator.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final Iterator
<CharObjectMap.PrimitiveEntry<V>> -
Constructor Summary
Constructors -
Method Summary
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
-
Field Details
-
iter
-
-
Constructor Details
-
IteratorImpl
IteratorImpl(Iterator<CharObjectMap.PrimitiveEntry<V>> iter)
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceIterator<CharObjectMap.PrimitiveEntry<V>>
-
next
- Specified by:
next
in interfaceIterator<CharObjectMap.PrimitiveEntry<V>>
-
remove
public void remove()- Specified by:
remove
in interfaceIterator<CharObjectMap.PrimitiveEntry<V>>
-