public class PrefixTrie extends Object
PrefixTrie()
Object
get(String key)
void
put(String prefix, Object value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public PrefixTrie()
public void put(String prefix, Object value)
public Object get(String key)
Copyright © 2000–2020 Apache Software Foundation. All rights reserved.