org.compass.core.util.backport.java.util
Class TreeMap.IOIterator

java.lang.Object
  extended by 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


Field Summary
(package private)  ObjectInputStream ois
           
(package private)  int remaining
           
 
Constructor Summary
TreeMap.IOIterator(ObjectInputStream ois, int remaining)
           
 
Method Summary
 boolean hasNext()
           
 Object next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ois

final ObjectInputStream ois

remaining

int remaining
Constructor Detail

TreeMap.IOIterator

TreeMap.IOIterator(ObjectInputStream ois,
                   int remaining)
Method Detail

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.