| Package | Description |
|---|---|
| com.google.api.services.dataflow.model |
| Modifier and Type | Method and Description |
|---|---|
BoundedTrieNode |
BoundedTrieNode.clone() |
BoundedTrieNode |
BoundedTrie.getRoot()
A compact representation of all the elements in this trie.
|
BoundedTrieNode |
BoundedTrieNode.set(String fieldName,
Object value) |
BoundedTrieNode |
BoundedTrieNode.setChildren(Map<String,BoundedTrieNode> children)
Children of this node.
|
BoundedTrieNode |
BoundedTrieNode.setTruncated(Boolean truncated)
Whether this node has been truncated.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,BoundedTrieNode> |
BoundedTrieNode.getChildren()
Children of this node.
|
| Modifier and Type | Method and Description |
|---|---|
BoundedTrie |
BoundedTrie.setRoot(BoundedTrieNode root)
A compact representation of all the elements in this trie.
|
| Modifier and Type | Method and Description |
|---|---|
BoundedTrieNode |
BoundedTrieNode.setChildren(Map<String,BoundedTrieNode> children)
Children of this node.
|
Copyright © 2011–2025 Google. All rights reserved.