Package | Description |
---|---|
com.sun.electric.database.geometry.btree |
A B+Tree with many features.
|
com.sun.electric.database.geometry.btree.unboxed | |
com.sun.electric.tool.simulation |
Package for handling the simulation tool.
|
Constructor and Description |
---|
BTree(CachingPageStorage ps,
UnboxedComparable<K> uk,
Unboxed<V> uv,
BTree.Summary<K,V,S> summary)
Create a BTree.
|
Modifier and Type | Class and Description |
---|---|
class |
UnboxedByte
An 8-bit byte in unboxed form
|
class |
UnboxedDouble
A 64-bit double
|
class |
UnboxedFloat
A 32-bit float in unboxed form
|
class |
UnboxedHalfDouble
A 64-bit double which is stored internally as a 32-bit float in unboxed form
|
class |
UnboxedInt
A 32-bit int in unboxed form
|
Constructor and Description |
---|
MinMaxOperation(Unboxed<K> uk,
UnboxedComparable<V> uv) |
Modifier and Type | Field and Description |
---|---|
static UnboxedComparable<ScalarSample> |
ScalarSample.unboxer |