Package | Description |
---|---|
com.sun.electric.database.geometry.btree |
A B+Tree with many features.
|
Constructor and Description |
---|
BTree(CachingPageStorage ps,
UnboxedComparable<K> uk,
Unboxed<V> uv,
BTree.Summary<K,V,S> summary)
Create a BTree.
|