Package | Description |
---|---|
alluxio.conf.path |
Modifier and Type | Method and Description |
---|---|
TrieNode |
TrieNode.deleteIf(String path,
java.util.function.Function<TrieNode,Boolean> predicate)
Deletes the path from the Trie if the given predicate is true.
|
TrieNode |
TrieNode.insert(String path)
Inserts a path into the trie.
|
Modifier and Type | Method and Description |
---|---|
Iterator<TrieNode> |
TrieNode.getCommonRoots() |
List<TrieNode> |
TrieNode.search(String path)
Traverses the trie along the path components until the traversal cannot proceed any more.
|
Modifier and Type | Method and Description |
---|---|
TrieNode |
TrieNode.deleteIf(String path,
java.util.function.Function<TrieNode,Boolean> predicate)
Deletes the path from the Trie if the given predicate is true.
|
Copyright © 2023. All Rights Reserved.