Uses of Class
org.apache.commons.math3.geometry.partitioning.utilities.AVLTree.Node
Packages that use AVLTree.Node
Package
Description
This package provides multidimensional ordering features for partitioning.
-
Uses of AVLTree.Node in org.apache.commons.math3.geometry.partitioning.utilities
Fields in org.apache.commons.math3.geometry.partitioning.utilities declared as AVLTree.NodeModifier and TypeFieldDescriptionAVLTree.Node.left
Left sub-tree.AVLTree.Node.parent
Parent tree.AVLTree.Node.right
Right sub-tree.AVLTree.top
Deprecated.Top level node.Methods in org.apache.commons.math3.geometry.partitioning.utilities that return AVLTree.NodeModifier and TypeMethodDescriptionAVLTree.getLargest()
Deprecated.Get the node whose element is the largest one in the tree.AVLTree.Node.getLargest()
Get the node whose element is the largest one in the tree rooted at this node.AVLTree.Node.getNext()
Get the node containing the next larger or equal element.AVLTree.getNotLarger
(T reference) Deprecated.Get the node whose element is not larger than the reference object.AVLTree.getNotSmaller
(T reference) Deprecated.Get the node whose element is not smaller than the reference object.AVLTree.Node.getPrevious()
Get the node containing the next smaller or equal element.AVLTree.getSmallest()
Deprecated.Get the node whose element is the smallest one in the tree.AVLTree.Node.getSmallest()
Get the node whose element is the smallest one in the tree rooted at this node.Constructors in org.apache.commons.math3.geometry.partitioning.utilities with parameters of type AVLTree.Node