Package | Description |
---|---|
com.sun.electric.database.geometry.btree |
A B+Tree with many features.
|
com.sun.electric.database.geometry.btree.unboxed |
Modifier and Type | Interface and Description |
---|---|
static interface |
BTree.Summary<K extends java.io.Serializable & java.lang.Comparable,V extends java.io.Serializable,S extends java.io.Serializable> |
Modifier and Type | Interface and Description |
---|---|
interface |
AssociativeCommutativeOperation<S extends java.io.Serializable>
An AssociativeOperation whose multiply() operator is also commutative
|
Modifier and Type | Class and Description |
---|---|
class |
MinMaxOperation<K extends java.io.Serializable,V extends java.io.Serializable & java.lang.Comparable>
An associative operation on unboxed values.
|
class |
UnboxedMinMaxHalfDouble<K extends java.io.Serializable>
an example of an AssociativeCommutativeOperation
|