public static final class LibraryTree.SimpleNode<T> extends TreeNode<T,LibraryTree.SimpleNode<T>>
| Constructor and Description |
|---|
LibraryTree.SimpleNode() |
LibraryTree.SimpleNode(T key) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
updateWith(LibraryTree.SimpleNode<T> newData)
strongly recommended to override/specialize that method when you subtype that class.
|
getChildren, getKey, getParent, setKeypublic LibraryTree.SimpleNode()
public LibraryTree.SimpleNode(T key)
protected void updateWith(LibraryTree.SimpleNode<T> newData)
TreeNodeupdateWith in class TreeNode<T,LibraryTree.SimpleNode<T>>Copyright © 2010–2016 Henix, henix.fr. All rights reserved.