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

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

public static class AbstractLongInterval.SimpleIntervalItemIterator
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