edu.emory.mathcs.util.collections.ints
Class AbstractIntSortedSet.ForwardIntervalItemIterator

java.lang.Object
  extended byedu.emory.mathcs.util.collections.ints.AbstractIntSortedSet.ForwardIntervalItemIterator
All Implemented Interfaces:
IntIterator
Enclosing class:
AbstractIntSortedSet

protected static class AbstractIntSortedSet.ForwardIntervalItemIterator
extends java.lang.Object
implements IntIterator


Field Summary
protected  int cursor
           
protected  int lastRet
           
protected  boolean lastRetValid
           
 
Method Summary
 boolean hasNext()
           
 int next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cursor

protected int cursor

lastRet

protected int lastRet

lastRetValid

protected boolean lastRetValid
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface IntIterator

next

public int next()
Specified by:
next in interface IntIterator

remove

public void remove()
Specified by:
remove in interface IntIterator