Class KeyComparatorLinkedHashMap.KeyIterator
java.lang.Object
KeyComparatorLinkedHashMap<K,V>.org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMap.LinkedHashIterator<K>
org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMap.KeyIterator
- All Implemented Interfaces:
Iterator<K>
- Enclosing class:
KeyComparatorLinkedHashMap<K,
V>
private class KeyComparatorLinkedHashMap.KeyIterator
extends KeyComparatorLinkedHashMap<K,V>.LinkedHashIterator<K>
-
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
-
KeyIterator
private KeyIterator()
-
-
Method Details
-
next
-