public class AvlTree<T> extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
AvlTree.Node |
| Modifier and Type | Field and Description |
|---|---|
AvlTree.Node |
root |
| Constructor and Description |
|---|
AvlTree(Comparator<T> comparer) |
public AvlTree.Node root
public AvlTree(Comparator<T> comparer)
Copyright © 2022. All rights reserved.