Package com.hankcs.algorithm
Class AhoCorasickDoubleArrayTrie.Hit<V>
- java.lang.Object
-
- com.hankcs.algorithm.AhoCorasickDoubleArrayTrie.Hit<V>
-
- Type Parameters:
V
- the value type
- Enclosing class:
- AhoCorasickDoubleArrayTrie<V>
public static class AhoCorasickDoubleArrayTrie.Hit<V> extends java.lang.Object
A result output
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-