public class AssetNumCharNode
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static char |
NULL |
Constructor and Description |
---|
AssetNumCharNode(char key)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
addChild(AssetNumCharNode child) |
AssetNumCharNode |
getChild(java.lang.Character childKey) |
protected java.util.Map |
getChildren() |
protected char |
getKey() |
protected AssetNumCharNode |
getParent() |
protected boolean |
matchLastCharOfAnAssetnum() |
protected void |
setChildren(java.util.Map children) |
protected void |
setKey(char key) |
protected void |
setLastCharOfAssetnum(boolean lastCharOfAssetnum) |
protected void |
setParent(AssetNumCharNode parent) |
public static final char NULL
public AssetNumCharNode(char key)
key
- public void addChild(AssetNumCharNode child)
child
- public AssetNumCharNode getChild(java.lang.Character childKey)
name
- protected java.util.Map getChildren()
protected void setChildren(java.util.Map children)
children
- The children to set.protected char getKey()
protected void setKey(char key)
key
- The key to set.protected AssetNumCharNode getParent()
protected void setParent(AssetNumCharNode parent)
parent
- The parent to set.protected boolean matchLastCharOfAnAssetnum()
protected void setLastCharOfAssetnum(boolean lastCharOfAssetnum)