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.
|
Class and Description |
---|
AssociativeOperation
An associative operation on unboxed values.
|
Unboxed
A class which knows how to intrepret sequences of bytes as an
object.
|
UnboxedComparable
An unboxed which is Comparable, and for which the
comparison can be performed directly on the unboxed form.
|
UnboxedFunction
A function from one Unboxed to another.
|
Class and Description |
---|
AssociativeCommutativeOperation
An AssociativeOperation whose multiply() operator is also commutative
|
AssociativeOperation
An associative operation on unboxed values.
|
Pair
Note that Map.Entry is just the Java idiom for Pair
(there is no standard generic Pair).
|
Unboxed
A class which knows how to intrepret sequences of bytes as an
object.
|
UnboxedByte
An 8-bit byte in unboxed form
|
UnboxedComparable
An unboxed which is Comparable, and for which the
comparison can be performed directly on the unboxed form.
|
UnboxedDouble
A 64-bit double
|
UnboxedFunction
A function from one Unboxed to another.
|
UnboxedHalfDouble
A 64-bit double which is stored internally as a 32-bit float in unboxed form
|
UnboxedInt
A 32-bit int in unboxed form
|
UnboxedMinMaxHalfDouble
an example of an AssociativeCommutativeOperation
|
UnboxedPair
an implementation of Pair in unboxed form
|
Class and Description |
---|
Unboxed
A class which knows how to intrepret sequences of bytes as an
object.
|
UnboxedComparable
An unboxed which is Comparable, and for which the
comparison can be performed directly on the unboxed form.
|