cds.util
Class SortedHashMap.Iter
java.lang.Object
cds.util.SortedHashMap.Iter
- All Implemented Interfaces:
- java.util.Iterator
- Enclosing class:
- SortedHashMap
- class SortedHashMap.Iter
- extends java.lang.Object
- implements java.util.Iterator
Inner class for creating an iterator on the SortedHashMap elements
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NO_CALLS
private static final int NO_CALLS
- See Also:
- Constant Field Values
CALLS_DONE
private static final int CALLS_DONE
- See Also:
- Constant Field Values
CALLS_FINISHED
private static final int CALLS_FINISHED
- See Also:
- Constant Field Values
h
private java.util.HashMap h
num
private int num
callsStatus
private int callsStatus
SortedHashMap.Iter
protected SortedHashMap.Iter(java.util.HashMap h)
hasNext
public final boolean hasNext()
- Specified by:
hasNext
in interface java.util.Iterator
next
public final java.lang.Object next()
- Specified by:
next
in interface java.util.Iterator
remove
public final void remove()
- Specified by:
remove
in interface java.util.Iterator