Class IteratorInteger

java.lang.Object
org.apache.jena.atlas.iterator.IteratorInteger
All Implemented Interfaces:
Iterator<Long>

public class IteratorInteger extends Object implements Iterator<Long>
  • Constructor Details

    • IteratorInteger

      public IteratorInteger(long start, long finish)
      [start, finish)
  • Method Details