com.huaban.analysis.jieba
Class TrieNode

java.lang.Object
  extended by com.huaban.analysis.jieba.TrieNode

public class TrieNode
extends Object


Field Summary
 HashMap<Character,TrieNode> childs
           
 char key
           
 
Constructor Summary
TrieNode()
           
TrieNode(char key)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

public char key

childs

public HashMap<Character,TrieNode> childs
Constructor Detail

TrieNode

public TrieNode()

TrieNode

public TrieNode(char key)


Copyright © 2013–2014. All rights reserved.