public class TrieNodeValue<T> extends Object
Constructor and Description |
---|
TrieNodeValue()
Creates a new instance of TrieNodeValue
|
Modifier and Type | Method and Description |
---|---|
Iterator<T> |
getIterator() |
boolean |
isEmpty() |
void |
set(T value) |
Copyright © 2017 Oracle Corporation. All rights reserved.