Class KeyComparatorLinkedHashMap.ValueIterator
java.lang.Object
KeyComparatorLinkedHashMap<K,V>.org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMap.LinkedHashIterator<V>
org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMap.ValueIterator
- All Implemented Interfaces:
Iterator<V>
- Enclosing class:
KeyComparatorLinkedHashMap<K,
V>
private class KeyComparatorLinkedHashMap.ValueIterator
extends KeyComparatorLinkedHashMap<K,V>.LinkedHashIterator<V>
-
Field Summary
Fields inherited from class org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMap.LinkedHashIterator
expectedModCount, lastReturned, nextEntry
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMap.LinkedHashIterator
hasNext, nextEntry, remove
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
-
ValueIterator
private ValueIterator()
-
-
Method Details
-
next
-