org.compass.core.util.backport.java.util
Class TreeMap.IOIterator
java.lang.Object
org.compass.core.util.backport.java.util.TreeMap.IOIterator
- All Implemented Interfaces:
- Iterator
- Direct Known Subclasses:
- TreeSet.IOIterator
- Enclosing class:
- TreeMap
static class TreeMap.IOIterator
- extends Object
- implements Iterator
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ois
final ObjectInputStream ois
remaining
int remaining
TreeMap.IOIterator
TreeMap.IOIterator(ObjectInputStream ois,
int remaining)
hasNext
public boolean hasNext()
- Specified by:
hasNext in interface Iterator
next
public Object next()
- Specified by:
next in interface Iterator
remove
public void remove()
- Specified by:
remove in interface Iterator
Copyright (c) 2004-2006 The Compass Project.