edu.emory.mathcs.util.collections.shorts
Class AbstractShortInterval.SimpleReverseIntervalItemIterator

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

public static class AbstractShortInterval.SimpleReverseIntervalItemIterator
extends java.lang.Object
implements ShortIterator


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
 

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