public static class Tree.SearchType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static Tree.SearchType |
LEFT |
static Tree.SearchType |
NORMAL |
static Tree.SearchType |
RIGHT |
public static final Tree.SearchType NORMAL
public static final Tree.SearchType LEFT
public static final Tree.SearchType RIGHT