org.apache.struts2.util
Class PrefixTrie.Node

java.lang.Object
  extended by org.apache.struts2.util.PrefixTrie.Node
Enclosing class:
PrefixTrie

static class PrefixTrie.Node
extends Object


Field Summary
(package private)  PrefixTrie.Node[] next
           
(package private)  Object value
           
 
Constructor Summary
PrefixTrie.Node()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

Object value

next

PrefixTrie.Node[] next
Constructor Detail

PrefixTrie.Node

PrefixTrie.Node()


Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.