Uses of Class
org.jgrapht.util.AVLTree
Package
Description
Non-graph-specific data structures, algorithms, and utilities used by JGraphT.
-
Uses of AVLTree in org.jgrapht.util
Modifier and TypeMethodDescriptionAVLTree.splitAfter
(AVLTree.TreeNode<T> node) Splits the tree into two parts.AVLTree.splitBefore
(AVLTree.TreeNode<T> node) Splits the tree into two parts.Modifier and TypeMethodDescriptionvoid
AVLTree.mergeAfter
(AVLTree<T> tree) Append the nodes in thetree
after the nodes in this tree.void
AVLTree.mergeBefore
(AVLTree<T> tree) Prepends the nodes in thetree
before the nodes in this tree.