com.opensymphony.webwork.util
Class PrefixTrie
java.lang.Object
com.opensymphony.webwork.util.PrefixTrie
public class PrefixTrie
- extends Object
Quickly matches a prefix to an object.
- Author:
- crazybob@google.com (Bob Lee)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PrefixTrie
public PrefixTrie()
put
public void put(String prefix,
Object value)
get
public Object get(String key)
Copyright © 2013 OpenSymphony. All Rights Reserved.