public class Trie<T,V> extends Object
| Constructor and Description |
|---|
Trie()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
V |
get(T... word)
Get the value in the Trie with the given
word
|
V |
put(V value,
T... word)
Associates a value to a word
|
@SafeVarargs public final V put(V value, T... word)
value - word - @SafeVarargs public final V get(T... word)
word - Copyright © 2014–2018 GraphIK (INRIA - LIRMM). All rights reserved.