Package | Description |
---|---|
jhelp.util.list |
Different type of lists
|
Modifier and Type | Method and Description |
---|---|
static Tree.SearchMode |
Tree.SearchMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Tree.SearchMode[] |
Tree.SearchMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Tree<INFORMATION> |
Tree.searchBranch(Tree.TestFoundListener<INFORMATION> testFoundListener,
Tree.SearchMode searchMode,
boolean remove)
Search a branch by its information
|