Class DefaultHeaders.ValueIterator
java.lang.Object
io.netty.handler.codec.DefaultHeaders.ValueIterator
- All Implemented Interfaces:
Iterator<V>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final intprivate final Kprivate DefaultHeaders.HeaderEntry<K, V> private DefaultHeaders.HeaderEntry<K, V> private DefaultHeaders.HeaderEntry<K, V> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidcalculateNext(DefaultHeaders.HeaderEntry<K, V> entry) booleanhasNext()next()voidremove()Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining
-
Field Details
-
name
-
hash
private final int hash -
removalPrevious
-
previous
-
next
-
-
Constructor Details
-
ValueIterator
ValueIterator(K name)
-
-
Method Details
-
hasNext
-
next
-
remove
-
calculateNext
-