org.openrdf.sail.nativerdf.btree |
|
Java Source File Name | Type | Comment |
BTree.java | Class | Implementation of an on-disk B-Tree using the java.nio classes
that are available in JDK 1.4 and newer. |
BTreeBenchmark.java | Class | |
BTreeTest.java | Class | |
DefaultRecordComparator.java | Class | A RecordComparator that compares values with eachother by comparing all
of their bytes. |
RecordComparator.java | Interface | |
RecordIterator.java | Interface | An iterator that iterates over records, for example those in a BTree. |