public interface DestinationNode
DestinationMap
treeModifier and Type | Method and Description |
---|---|
void |
appendDescendantValues(java.util.Set<DestinationNode> answer) |
void |
appendMatchingValues(java.util.Set<DestinationNode> answer,
java.lang.String[] paths,
int startIndex) |
void |
appendMatchingWildcards(java.util.Set<DestinationNode> answer,
java.lang.String[] paths,
int startIndex) |
DestinationNode |
getChild(java.lang.String path) |
java.util.Collection<DestinationNode> |
getChildren() |
java.util.Collection<DestinationNode> |
getDesendentValues() |
java.util.Collection<DestinationNode> |
getValues() |
java.util.Collection<DestinationNode> |
removeDesendentValues() |
java.util.Collection<DestinationNode> |
removeValues() |
void appendMatchingValues(java.util.Set<DestinationNode> answer, java.lang.String[] paths, int startIndex)
void appendMatchingWildcards(java.util.Set<DestinationNode> answer, java.lang.String[] paths, int startIndex)
void appendDescendantValues(java.util.Set<DestinationNode> answer)
java.util.Collection<DestinationNode> getDesendentValues()
DestinationNode getChild(java.lang.String path)
java.util.Collection<DestinationNode> getValues()
java.util.Collection<DestinationNode> getChildren()
java.util.Collection<DestinationNode> removeDesendentValues()
java.util.Collection<DestinationNode> removeValues()
Copyright © 2005-2017. All Rights Reserved.