edu.emory.mathcs.util.collections.ints
Class AbstractIntInterval.SimpleReverseIntervalItemIterator

java.lang.Object
  extended byedu.emory.mathcs.util.collections.ints.AbstractIntInterval.SimpleReverseIntervalItemIterator
All Implemented Interfaces:
IntIterator
Enclosing class:
AbstractIntInterval

public static class AbstractIntInterval.SimpleReverseIntervalItemIterator
extends java.lang.Object
implements IntIterator


Method Summary
 boolean hasNext()
           
 int 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 IntIterator

next

public int next()
Specified by:
next in interface IntIterator

remove

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