org.jrdf.graph.local.disk.iterator
Class AnyResourcePredicateIterator
java.lang.Object
org.jrdf.graph.local.disk.iterator.AnyResourcePredicateIterator
- All Implemented Interfaces:
- Iterator<PredicateNode>, ClosableIterator<PredicateNode>
public class AnyResourcePredicateIterator
- extends Object
- implements ClosableIterator<PredicateNode>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnyResourcePredicateIterator
public AnyResourcePredicateIterator(TripleBTree newBTree,
GraphHandler newHandler)
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator<PredicateNode>
next
public PredicateNode next()
- Specified by:
next
in interface Iterator<PredicateNode>
remove
public void remove()
- Specified by:
remove
in interface Iterator<PredicateNode>
close
public boolean close()
- Description copied from interface:
ClosableIterator
- Closes the iterator by freeing any resources that it current holds.
This must be done as soon as possible. Once an iterator is closed none of the
operations on a iterator will operate i.e. they will throw an exception.
- Specified by:
close
in interface ClosableIterator<PredicateNode>
- Returns:
- true if it was successfully closed.