public static class DebugStatisticsModel.Node<T extends DebugStatisticsValue> extends Object
| Constructor and Description |
|---|
DebugStatisticsModel.Node(T value) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addChild(DebugStatisticsModel.Node<T> node,
int idx) |
DebugStatisticsModel.Node<T> |
getChild(int index) |
int |
getChildCount() |
DebugStatisticsModel.Node<T> |
getParent() |
T |
getValue() |
protected void |
setParent(DebugStatisticsModel.Node<T> parent) |
protected void |
setValue(T value) |
public DebugStatisticsModel.Node(T value)
public T getValue()
public DebugStatisticsModel.Node<T> getParent()
public int getChildCount()
public DebugStatisticsModel.Node<T> getChild(int index)
protected void addChild(DebugStatisticsModel.Node<T> node, int idx)
protected void setValue(T value)
protected void setParent(DebugStatisticsModel.Node<T> parent)
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.