Package | Description |
---|---|
com.sun.electric.database.geometry.btree |
A B+Tree with many features.
|
com.sun.electric.tool.simulation |
Package for handling the simulation tool.
|
Modifier and Type | Class and Description |
---|---|
class |
CachingPageStorageWrapper
A wrapper around PageStorage that makes it a
CachingPageStorage . |
class |
MemoryPageStorage
A PageStorage that uses plain old memory.
|
Constructor and Description |
---|
BTree(CachingPageStorage ps,
UnboxedComparable<K> uk,
Unboxed<V> uv,
BTree.Summary<K,V,S> summary)
Create a BTree.
|
Modifier and Type | Method and Description |
---|---|
CachingPageStorage |
Stimuli.getPageStorage() |