Package | Description |
---|---|
org.apache.commons.math3.geometry.partitioning.utilities |
This package provides multidimensional ordering features for partitioning.
|
Modifier and Type | Field and Description |
---|---|
private AVLTree.Skew |
AVLTree.Node.skew
Skew factor.
|
Modifier and Type | Method and Description |
---|---|
static AVLTree.Skew |
AVLTree.Skew.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AVLTree.Skew[] |
AVLTree.Skew.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|