org.globus.cog.karajan.util
Class RangeIterator
java.lang.Object
org.globus.cog.karajan.util.RangeIterator
- All Implemented Interfaces:
- Iterator, KarajanIterator
- public class RangeIterator
- extends Object
- implements KarajanIterator
RangeIterator
public RangeIterator(int start,
int end)
count
public int count()
- Specified by:
count in interface KarajanIterator
remaining
public int remaining()
current
public int current()
- Specified by:
current in interface KarajanIterator
remove
public void remove()
- Specified by:
remove in interface Iterator
hasNext
public boolean hasNext()
- Specified by:
hasNext in interface Iterator
next
public Object next()
throws NoSuchElementException
- Specified by:
next in interface Iterator
- Throws:
NoSuchElementException
isClosed
public boolean isClosed()
toString
public String toString()