gate.util
Class RBTreeMap.Iterator
java.lang.Object
gate.util.RBTreeMap.Iterator
- All Implemented Interfaces:
- Iterator
- Enclosing class:
- RBTreeMap
- private class RBTreeMap.Iterator
- extends Object
- implements Iterator
RBTreeMap Iterator.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
type
private int type
expectedModCount
private int expectedModCount
lastReturned
private RBTreeMap.Entry lastReturned
next
private RBTreeMap.Entry next
firstExcluded
private RBTreeMap.Entry firstExcluded
RBTreeMap.Iterator
RBTreeMap.Iterator(int type)
RBTreeMap.Iterator
RBTreeMap.Iterator(RBTreeMap.Entry first,
RBTreeMap.Entry firstExcluded)
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