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 Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining
-
Field Details
-
iter
-
-
Constructor Details
-
IteratorImpl
IteratorImpl(Iterator<CharObjectMap.PrimitiveEntry<V>> iter)
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceIterator<CharObjectMap.PrimitiveEntry<V>>
-
next
- Specified by:
nextin interfaceIterator<CharObjectMap.PrimitiveEntry<V>>
-
remove
public void remove()- Specified by:
removein interfaceIterator<CharObjectMap.PrimitiveEntry<V>>
-