org.apache.struts2.util
类 PrefixTrie

java.lang.Object
  继承者 org.apache.struts2.util.PrefixTrie

public class PrefixTrie
extends Object

Quickly matches a prefix to an object.


构造方法摘要
PrefixTrie()
           
 
方法摘要
 Object get(String key)
           
 void put(String prefix, Object value)
           
 
从类 java.lang.Object 继承的方法
equals, 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)