Class DoubleArrayTrie
java.lang.Object
cn.net.pap.common.datastructure.trie.DoubleArrayTrie
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
int
commonPrefixSearch
(String key) commonPrefixSearch
(String key, int pos, int len, int nodePos) void
dump()
int
exactMatchSearch
(String key) int
exactMatchSearch
(String key, int pos, int len, int nodePos) int
int
getSize()
int
int
void
void
-
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()
-