public class TrieNodeValue<T> extends Object
TrieNodeValue()
Iterator<T>
getIterator()
boolean
isEmpty()
void
set(T value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TrieNodeValue()
public void set(T value)
public Iterator<T> getIterator()
public boolean isEmpty()
Copyright © 2013 Oracle Corporation. All rights reserved.