org.openjena.atlas.iterator
Class IteratorInteger
java.lang.Object
org.openjena.atlas.iterator.IteratorInteger
- All Implemented Interfaces:
- Iterator<Long>
public class IteratorInteger
- extends Object
- implements Iterator<Long>
|
Constructor Summary |
IteratorInteger(long start,
long finish)
[start, finish) |
IteratorInteger
public IteratorInteger(long start,
long finish)
- [start, finish)
range
public static IteratorInteger range(long start,
long finish)
hasNext
public boolean hasNext()
- Specified by:
hasNext in interface Iterator<Long>
next
public Long next()
- Specified by:
next in interface Iterator<Long>
remove
public void remove()
- Specified by:
remove in interface Iterator<Long>
Licenced under the Apache License, Version 2.0