protected static class BranchNode.NodeContainer extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
NodeContainer() |
protected |
NodeContainer(INodeType nodeType) |
| Modifier and Type | Method and Description |
|---|---|
protected Comparator |
getListComparator() |
protected Node |
getNode() |
protected ArrayList<BranchNode> |
getNodeList() |
protected List<IChildNodeListener> |
getNodeListenerList() |
protected INodeType |
getNodeType() |
protected List |
getUnmodifiableNodeList() |
protected List |
getUnmodifiableNodeListSnapshot() |
protected void |
setListComparator(Comparator listComparator) |
protected void |
setNode(Node node) |
protected void |
setNodeList(ArrayList<BranchNode> nodeList) |
protected void |
setNodeListenerList(List<IChildNodeListener> nodeListenerList) |
protected void |
setNodeType(INodeType nodeType) |
protected void |
setUnmodifiableNodeList(List unmodifiableNodeList) |
protected void |
setUnmodifiableNodeListSnapshot(List unmodifiableNodeListSnapshot) |
protected NodeContainer()
protected NodeContainer(INodeType nodeType)
protected INodeType getNodeType()
protected void setNodeType(INodeType nodeType)
protected Node getNode()
protected void setNode(Node node)
protected ArrayList<BranchNode> getNodeList()
protected void setNodeList(ArrayList<BranchNode> nodeList)
protected List getUnmodifiableNodeList()
protected void setUnmodifiableNodeList(List unmodifiableNodeList)
protected Comparator getListComparator()
protected void setListComparator(Comparator listComparator)
protected List getUnmodifiableNodeListSnapshot()
protected void setUnmodifiableNodeListSnapshot(List unmodifiableNodeListSnapshot)
protected List<IChildNodeListener> getNodeListenerList()
protected void setNodeListenerList(List<IChildNodeListener> nodeListenerList)
Copyright © 2020. All rights reserved.