Class SingletonIterator<T>

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

public class SingletonIterator<T> extends Object implements Iterator<T>
  • Constructor Details

    • SingletonIterator

      public SingletonIterator(T thing)
  • Method Details