Interface TrieSet<E>

    • Method Detail

      • containsKeyWithPrefix

        boolean containsKeyWithPrefix​(List<?> prefix)
      • subTrie

        TrieSet<E> subTrie​(List<? extends E> prefix)
        Retrieves the trieSet associated with the given prefix. Any changes to the subtrie are reflected in the trie set and vice-versa.
        Parameters:
        prefix - the prefix of the key.
        Returns:
        the corresponding trie set.