Class AhoCorasickDoubleArrayTrie.Hit<V>
java.lang.Object
com.hankcs.algorithm.AhoCorasickDoubleArrayTrie.Hit<V>
- Type Parameters:
V- the value type
- Enclosing class:
AhoCorasickDoubleArrayTrie<V>
A result output
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
begin
public final int beginthe beginning index, inclusive. -
end
public final int endthe ending index, exclusive. -
value
the value assigned to the keyword
-
-
Constructor Details
-
Hit
-
-
Method Details
-
toString
-