Franz Inc, AllegroGraph

com.franz.agraph.jena
Class AGTripleIterator

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

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

A utility class for iterating over Jena Triples.


Method Summary
 void close()
           
 boolean hasNext()
           
 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()
Specified by:
close in interface Closeable
Specified by:
close in interface com.hp.hpl.jena.util.iterator.ClosableIterator<Triple>
Overrides:
close in class com.hp.hpl.jena.util.iterator.NiceIterator<Triple>

hasNext

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

next

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

remove

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

Copyright © 2008-2010 Franz Inc.