Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
F
G
H
I
L
M
N
P
R
S
T
U
U
UnsortedList
<
T
> - Class in
com.scottlogic.util
Implementation of a regular list that uses an AVL tree.
UnsortedList()
- Constructor for class com.scottlogic.util.
UnsortedList
Constructs a new
UnsortedList
.
UnsortedList.UnsortedNode
- Class in
com.scottlogic.util
Class representing the individual nodes of an unsorted list extends the regular SortedList.Node class by storing the position of the node in the tree.
updateAdditionalCachedValues()
- Method in class com.scottlogic.util.
SortedList.Node
Called when a node is inserted or removed from the tree and provides a hook for sub-classes to get their cached values updated.
updateCachedValues()
- Method in class com.scottlogic.util.
SortedList.Node
Updates the height and the number of children for nodes on the path to this.
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
F
G
H
I
L
M
N
P
R
S
T
U