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 TypeMethodDescriptionvoidAVLTree.mergeAfter(AVLTree<T> tree) Append the nodes in thetreeafter the nodes in this tree.voidAVLTree.mergeBefore(AVLTree<T> tree) Prepends the nodes in thetreebefore the nodes in this tree.