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