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) int
The 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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.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