edu.emory.mathcs.util.collections.longs
Class AbstractLongSortedSet.ForwardIntervalItemIterator

java.lang.Object
  extended byedu.emory.mathcs.util.collections.longs.AbstractLongSortedSet.ForwardIntervalItemIterator
All Implemented Interfaces:
LongIterator
Enclosing class:
AbstractLongSortedSet

protected static class AbstractLongSortedSet.ForwardIntervalItemIterator
extends java.lang.Object
implements LongIterator


Field Summary
protected  long cursor
           
protected  long lastRet
           
protected  boolean lastRetValid
           
 
Method Summary
 boolean hasNext()
           
 long 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 long cursor

lastRet

protected long lastRet

lastRetValid

protected boolean lastRetValid
Method Detail

hasNext

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

next

public long next()
Specified by:
next in interface LongIterator

remove

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