Uses of Class
cloud.opencode.base.string.match.AhoCorasick
Packages that use AhoCorasick
-
Uses of AhoCorasick in cloud.opencode.base.string.match
Methods in cloud.opencode.base.string.match that return AhoCorasickModifier and TypeMethodDescriptionAhoCorasick.Builder.build()Builds the AhoCorasick matcher.static AhoCorasickCreates a matcher from patterns.static AhoCorasickAhoCorasick.of(Collection<String> patterns) Creates a matcher from patterns.static AhoCorasickAhoCorasick.ofIgnoreCase(String... patterns) Creates a case-insensitive matcher from patterns.static AhoCorasickAhoCorasick.ofIgnoreCase(Collection<String> patterns) Creates a case-insensitive matcher from patterns.