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 KeyComparatorLinkedHashMap.LinkedHashIterator
expectedModCount, lastReturned, nextEntry -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class KeyComparatorLinkedHashMap.LinkedHashIterator
hasNext, nextEntry, removeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining
-
Constructor Details
-
KeyIterator
private KeyIterator()
-
-
Method Details
-
next
-