org.apache.struts2.util
Class PrefixTrie
java.lang.Object
org.apache.struts2.util.PrefixTrie
public class PrefixTrie
- extends Object
Quickly matches a prefix to an object.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SIZE
private static final int SIZE
- See Also:
- Constant Field Values
root
PrefixTrie.Node root
PrefixTrie
public PrefixTrie()
put
public void put(String prefix,
Object value)
get
public Object get(String key)
Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.