Uses of Class
org.jgrapht.util.AVLTree
Packages that use AVLTree
Package
Description
Non-graph-specific data structures, algorithms, and utilities used by JGraphT.
-
Uses of AVLTree in org.jgrapht.util
Methods in org.jgrapht.util that return AVLTreeModifier 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.Methods in org.jgrapht.util with parameters of type AVLTreeModifier 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.