Package owl.collections
Interface TrieSet<E>
-
- All Known Implementing Classes:
HashTrieSet
public interface TrieSet<E> extends Set<List<E>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
containsKeyWithPrefix(List<?> prefix)
TrieSet<E>
subTrie(List<? extends E> prefix)
Retrieves the trieSet associated with the given prefix.Map<E,? extends TrieSet<E>>
subTries()
-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
-
-
-
Method Detail
-
containsKeyWithPrefix
boolean containsKeyWithPrefix(List<?> prefix)
-
-