Class KeyComparatorLinkedHashMap.LinkedHashIterator<T>
java.lang.Object
org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMap.LinkedHashIterator<T>
- All Implemented Interfaces:
Iterator<T>
- Direct Known Subclasses:
KeyComparatorLinkedHashMap.EntryIterator, KeyComparatorLinkedHashMap.KeyIterator, KeyComparatorLinkedHashMap.ValueIterator
- Enclosing class:
KeyComparatorLinkedHashMap<K,V>
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) intThe modCount value that the iterator believes that the backing List should have.(package private) KeyComparatorLinkedHashMap.Entry<K, V> (package private) KeyComparatorLinkedHashMap.Entry<K, V> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining, next
-
Field Details
-
nextEntry
KeyComparatorLinkedHashMap.Entry<K,V> nextEntry -
lastReturned
KeyComparatorLinkedHashMap.Entry<K,V> lastReturned -
expectedModCount
int expectedModCountThe modCount value that the iterator believes that the backing List should have. If this expectation is violated, the iterator has detected concurrent modification.
-
-
Constructor Details
-
LinkedHashIterator
private LinkedHashIterator()
-
-
Method Details
-
hasNext
-
remove
-
nextEntry
KeyComparatorLinkedHashMap.Entry<K,V> nextEntry()
-