Serialized Form
-
Package com.twelfthmile.yuga.types
-
Class com.twelfthmile.yuga.types.GenTrie extends java.lang.Object implements Serializable
-
Serialized Fields
-
child
boolean child
-
leaf
boolean leaf
-
next
java.util.Map<java.lang.Character,GenTrie> next
-
token
java.lang.String token
-
-
-