Class NullIterator<T>

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

public class NullIterator<T> extends Object implements Iterator<T>
Null Iterator - also guaranteed shareable and immutable
  • Constructor Details

    • NullIterator

      public NullIterator()
  • Method Details