public class SearchTree<K,V> extends Object
| Constructor and Description |
|---|
SearchTree() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(List<K> cascadingFactors,
V value) |
V |
first(List<K> cascadingFactors) |
V |
get(List<K> cascadingFactors) |
V |
getDefaultChildrenValue() |
V |
getValue() |
void |
put(K childKey,
SearchTree<K,V> searchTree) |
void |
setDefaultChildrenValue(V defaultChildrenValue) |
void |
setValue(V value) |
Copyright © 2020 org.mydotey. All rights reserved.