Uses of Interface
org.openrdf.sail.nativerdf.btree.RecordIterator

Packages that use RecordIterator
org.openrdf.sail.nativerdf.btree   
 

Uses of RecordIterator in org.openrdf.sail.nativerdf.btree
 

Methods in org.openrdf.sail.nativerdf.btree that return RecordIterator
 RecordIterator BTree.iterateAll()
          Returns an iterator that iterates over all values in this B-Tree.
 RecordIterator BTree.iterateRange(byte[] minValue, byte[] maxValue)
          Returns an iterator that iterates over all values between minValue and maxValue, inclusive.
 RecordIterator BTree.iterateRangedValues(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.
 RecordIterator 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.
 



Copyright © 2001-2012 Aduna. All Rights Reserved.