Uses of Interface
org.openrdf.sesame.sailimpl.nativerdf.btree.BTreeIterator

Packages that use BTreeIterator
org.openrdf.sesame.sailimpl.nativerdf   
org.openrdf.sesame.sailimpl.nativerdf.btree   
 

Uses of BTreeIterator in org.openrdf.sesame.sailimpl.nativerdf
 

Methods in org.openrdf.sesame.sailimpl.nativerdf that return BTreeIterator
 BTreeIterator TripleStore.getTriples(int subj, int pred, int obj)
           
 

Uses of BTreeIterator in org.openrdf.sesame.sailimpl.nativerdf.btree
 

Methods in org.openrdf.sesame.sailimpl.nativerdf.btree that return BTreeIterator
 BTreeIterator BTree.iterateAll()
          Returns an iterator that iterates over all values in this B-Tree.
 BTreeIterator BTree.iterateRange(byte[] minValue, byte[] maxValue)
          Returns an iterator that iterates over all values between minValue and maxValue, inclusive.
 BTreeIterator BTree.iterateValues(byte[] searchKey, byte[] searchMask)
          Returns an iterator that iterates over all values and returns the values that match the supplied searchKey after searchMask has been applied to the value.
 BTreeIterator BTree.iterateValues(byte[] searchKey, byte[] searchMask, byte[] minValue, byte[] maxValue)
          Returns an iterator that iterates over all values between minValue and maxValue (inclusive) and returns the values that match the supplied searchKey after searchMask has been applied to the value.
 



Copyright © 2002-2006 Aduna BV, GNU LGPL License applies.