Package org.jrdf.graph.local.index.longindex.sesame

Interface Summary
BTreeFactory  
BTreeIterator An iterator that iterates over the values in a BTree.
BTreeValueComparator  
 

Class Summary
BTree Implementation of an on-disk B-Tree using the java.nio classes that are available in JDK 1.4 and newer.
BTreeFactoryImpl  
ByteArrayUtil Class providing utility methods for handling byte arrays.
ByteHandler  
DefaultBTreeValueComparator A BTreeValueComparator that compares values with eachother by comparing all of their bytes.
Entry  
EntryIterator  
LongIndexSesame  
TripleBTree