Franz Inc, AllegroGraph

com.franz.agraph.jena
Class AGTripleIteratorGQ

java.lang.Object
  extended by com.hp.hpl.jena.util.iterator.NiceIterator<com.hp.hpl.jena.graph.Triple>
      extended by com.franz.agraph.jena.AGTripleIteratorGQ
All Implemented Interfaces:
Closeable, com.hp.hpl.jena.util.iterator.ClosableIterator<com.hp.hpl.jena.graph.Triple>, com.hp.hpl.jena.util.iterator.ExtendedIterator<com.hp.hpl.jena.graph.Triple>, Iterator<com.hp.hpl.jena.graph.Triple>

public class AGTripleIteratorGQ
extends com.hp.hpl.jena.util.iterator.NiceIterator<com.hp.hpl.jena.graph.Triple>
implements Closeable

A utility class for iterating over Jena Triples.


Method Summary
 void close()
          Releases system resources associated with the object.
 boolean hasNext()
           
 com.hp.hpl.jena.graph.Triple next()
           
 void remove()
           
 
Methods inherited from class com.hp.hpl.jena.util.iterator.NiceIterator
andThen, andThen, asList, asSet, close, emptyIterator, filterDrop, filterKeep, mapWith, removeNext, toList, toSet
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

close

public void close()
Description copied from interface: Closeable
Releases system resources associated with the object.

Specified by:
close in interface Closeable
Specified by:
close in interface com.hp.hpl.jena.util.iterator.ClosableIterator<com.hp.hpl.jena.graph.Triple>
Overrides:
close in class com.hp.hpl.jena.util.iterator.NiceIterator<com.hp.hpl.jena.graph.Triple>
See Also:
Closeable.close()

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator<com.hp.hpl.jena.graph.Triple>
Overrides:
hasNext in class com.hp.hpl.jena.util.iterator.NiceIterator<com.hp.hpl.jena.graph.Triple>

next

public com.hp.hpl.jena.graph.Triple next()
Specified by:
next in interface Iterator<com.hp.hpl.jena.graph.Triple>
Overrides:
next in class com.hp.hpl.jena.util.iterator.NiceIterator<com.hp.hpl.jena.graph.Triple>

remove

public void remove()
Specified by:
remove in interface Iterator<com.hp.hpl.jena.graph.Triple>
Overrides:
remove in class com.hp.hpl.jena.util.iterator.NiceIterator<com.hp.hpl.jena.graph.Triple>

Copyright © 2008-2012 Franz Inc.