edu.emory.mathcs.util.collections.longs
Class AbstractLongInterval.SimpleReverseIntervalItemIterator

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

public static class AbstractLongInterval.SimpleReverseIntervalItemIterator
extends java.lang.Object
implements LongIterator


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
 

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