Class DoubleArrayTrie
java.lang.Object
cn.net.pap.common.datastructure.trie.DoubleArrayTrie
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintcommonPrefixSearch(String key) commonPrefixSearch(String key, int pos, int len, int nodePos) voiddump()intexactMatchSearch(String key) intexactMatchSearch(String key, int pos, int len, int nodePos) intintgetSize()intintvoidvoid
-
Constructor Details
-
DoubleArrayTrie
public DoubleArrayTrie()
-
-
Method Details
-
getUnitSize
public int getUnitSize() -
getSize
public int getSize() -
getTotalSize
public int getTotalSize() -
getNonzeroSize
public int getNonzeroSize() -
build
-
build
-
open
- Throws:
IOException
-
save
- Throws:
IOException
-
exactMatchSearch
-
exactMatchSearch
-
commonPrefixSearch
-
commonPrefixSearch
-
dump
public void dump()
-