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>

private abstract class SoftHashMap.HashIterator<T> extends Object implements Iterator<T>