Class PatriciaTrieUtils
java.lang.Object
org.aksw.commons.utils.trie.PatriciaTrieUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringlongestPrefixOf(org.apache.commons.collections4.trie.PatriciaTrie<?> prefixMap, String value) Returns the longest key in the trie that is a prefix of `value`, or null if none.
-
Constructor Details
-
PatriciaTrieUtils
public PatriciaTrieUtils()
-
-
Method Details
-
longestPrefixOf
-