P - type of parent branch nodeT - type of nodepublic abstract class Node<P extends BranchNodeMetaModel,T> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
disposed |
protected boolean |
rootLinked |
| Constructor and Description |
|---|
Node() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
disposeNode()
Dispose this node.
|
abstract INodeType<P,T> |
getNodeType() |
protected boolean |
isDisposed() |
boolean |
isRootLinked() |
protected void |
setRootLinked(boolean rootLinked) |
Copyright © 2020. All rights reserved.