Interface | Description |
---|---|
Node<K,V> |
A single tree node containing some token (or is empty).
|
NodeFactory | |
NodeVisitor<K,V> |
Class | Description |
---|---|
FilePathPrefixTree<V> |
Prefix tree working on file paths
|
FilePathPrefixTree.FileKeySequence | |
KeySequence<K> |
A values which can be added to the tree, represented in as a sequence of tokens.
|
NodeFactoryImpl | |
NodeImpl<K,V> | |
PackagePrefixTree | |
PackagePrefixTree.PackageKeySequence | |
PrefixTree<K,V> |
Implementation of the prefix tree (trie) data structure Trie
|
Copyright © 2023 OpenClover.org. All rights reserved.