Class SoftHashMap.HashIterator<T>
java.lang.Object
com.mycila.xmltool.SoftHashMap.HashIterator<T>
- All Implemented Interfaces:
Iterator<T>
- Direct Known Subclasses:
SoftHashMap.EntryIterator, SoftHashMap.KeyIterator, SoftHashMap.ValueIterator
- Enclosing class:
SoftHashMap<K,V>
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) Object(package private) SoftHashMap.Entry<K, V> (package private) int(package private) int(package private) SoftHashMap.Entry<K, V> (package private) Object -
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
-
index
int index -
entry
SoftHashMap.Entry<K,V> entry -
lastReturned
SoftHashMap.Entry<K,V> lastReturned -
expectedModCount
int expectedModCount -
nextKey
Object nextKey -
currentKey
Object currentKey
-
-
Constructor Details
-
HashIterator
HashIterator()
-
-
Method Details
-
hasNext
-
nextEntry
-
remove
-