Package org.neodatis.btree

Classes & Interfaces of the NeoDatis BTree API.

See:
          Description

Interface Summary
IBTree  
IBTreeMultipleValuesPerKey  
IBTreeNode The interface for btree node.
IBTreeNodeMultipleValuesPerKey The interface for btree nodes that accept One Value Per Key
IBTreeNodeOneValuePerKey The interface for btree nodes that accept multiple values for each key
IBTreePersister Interface used to persist and load btree and btree node from a persistent layer
IBTreeSingleValuePerKey  
IKeyAndValue  
 

Class Summary
AbstractBTreeIterator  
BTreeError ODB BTree Errors All @ in error description will be replaced by parameters
BTreeIteratorMultipleValuesPerKey An iterator to iterate over NeoDatis BTree that accept more than one value per key.
BTreeIteratorSingleValuePerKey An iterator to iterate over NeoDatis BTree.
 

Package org.neodatis.btree Description

Classes & Interfaces of the NeoDatis BTree API. Most part of the API is divided in Single Value per key and Multiple values per key.