序列化表格
-
程序包 com.github.myibu.algorithm.filter.doublearray
-
类com.github.myibu.algorithm.filter.doublearray.AhoCorasickDoubleArrayTrie扩展java.lang.Object实现可序列化
-
序列化字段
-
base
int[] base
base array of the Double Array Trie structure -
check
int[] check
check array of the Double Array Trie structure -
fail
int[] fail
fail table of the Aho Corasick automata -
l
int[] l
the length of every key -
output
int[][] output
output table of the Aho Corasick automata -
size
int size
the size of base and check array -
v
V[] v
outer value array
-
-
-