Package | Description |
---|---|
com.atlassian.clover.util.trie |
Modifier and Type | Class and Description |
---|---|
static class |
FilePathPrefixTree.FileKeySequence |
static class |
PackagePrefixTree.PackageKeySequence |
Modifier and Type | Method and Description |
---|---|
void |
PrefixTree.add(KeySequence<K> keySequence,
V value)
Adds new value to the trie.
|
Node<K,V> |
PrefixTree.find(KeySequence<K> keySequence)
Search for a key
|
Node<K,V> |
PrefixTree.findNearest(KeySequence<K> keySequence)
Search as deep as possible and return the deepest node matching a key sequence.
|
Node<K,V> |
PrefixTree.findNearestWithValue(KeySequence<K> keySequence)
Search as deep as possible and return the deepest node containing a non-null value matching the keySequence.
|
Copyright © 2023 OpenClover.org. All rights reserved.