edu.emory.mathcs.util.collections.shorts
Class AbstractShortSortedSet.ReverseIntervalItemIterator

java.lang.Object
  extended byedu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet.ReverseIntervalItemIterator
All Implemented Interfaces:
ShortIterator
Enclosing class:
AbstractShortSortedSet

protected static class AbstractShortSortedSet.ReverseIntervalItemIterator
extends java.lang.Object
implements ShortIterator


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

lastRet

protected short lastRet

lastRetValid

protected boolean lastRetValid
Method Detail

hasNext

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

next

public short next()
Specified by:
next in interface ShortIterator

remove

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