Package com.hp.hpl.jena.util.iterator

Examples of com.hp.hpl.jena.util.iterator.NullIterator


    this.graph = graph;
  }

  @Override
  public ExtendedIterator find(TripleMatch arg0) {
    return new NullIterator();
  }
View Full Code Here


    return new NullIterator();
  }

  @Override
  public ExtendedIterator findExposed(TripleMatch arg0) {
    return new NullIterator();
  }
View Full Code Here

    return new NullIterator();
  }

  @Override
  public ExtendedIterator findEither(TripleMatch arg0, boolean arg1) {
    return new NullIterator();
  }
View Full Code Here

TOP

Related Classes of com.hp.hpl.jena.util.iterator.NullIterator

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.