Class StringAhoCorasickDoubleArrayTrie<V>
- java.lang.Object
-
- com.hankcs.algorithm.AhoCorasickDoubleArrayTrie<V>
-
- org.owasp.dependencycheck.data.nvd.ecosystem.StringAhoCorasickDoubleArrayTrie<V>
-
- Type Parameters:
V- the object type
- All Implemented Interfaces:
java.io.Serializable
public class StringAhoCorasickDoubleArrayTrie<V> extends com.hankcs.algorithm.AhoCorasickDoubleArrayTrie<V>Add method for String and IHitFull.- Author:
- skjolber
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.hankcs.algorithm.AhoCorasickDoubleArrayTrie
com.hankcs.algorithm.AhoCorasickDoubleArrayTrie.Hit<V extends java.lang.Object>, com.hankcs.algorithm.AhoCorasickDoubleArrayTrie.IHit<V extends java.lang.Object>, com.hankcs.algorithm.AhoCorasickDoubleArrayTrie.IHitCancellable<V extends java.lang.Object>, com.hankcs.algorithm.AhoCorasickDoubleArrayTrie.IHitFull<V extends java.lang.Object>
-
-
Constructor Summary
Constructors Constructor Description StringAhoCorasickDoubleArrayTrie()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description V[]getValues()voidparseText(java.lang.String text, com.hankcs.algorithm.AhoCorasickDoubleArrayTrie.IHitFull<V> processor)Parse text.
-