public class FQDNNode extends Object
| Constructor and Description |
|---|
FQDNNode() |
FQDNNode(boolean wasLeaf,
String fqdName,
String shortName) |
| Modifier and Type | Method and Description |
|---|---|
void |
addNode(String[] fqdn,
String fullName,
int index) |
FQDNNode |
getChild(String name) |
Collection<FQDNNode> |
getChildren() |
Set<String> |
getChildrenNames() |
String |
getFqdName() |
String |
getShortName() |
boolean |
isWasLeaf() |
void |
removeChild(String name) |
public Collection<FQDNNode> getChildren()
public void removeChild(String name)
public boolean isWasLeaf()
public String getFqdName()
public String getShortName()
Copyright © 2017. All rights reserved.