| Package | Description |
|---|---|
| net.sf.mmm.util.collection.base |
Contains public implementations of the
Collection-Util API. |
| Modifier and Type | Method and Description |
|---|---|
TreeNodeSimple<VALUE> |
TreeNodeSimple.removeChild(int index) |
| Modifier and Type | Method and Description |
|---|---|
void |
TreeNodeSimple.addChild(TreeNodeSimple<VALUE> child) |
void |
TreeNodeSimple.addChild(TreeNodeSimple<VALUE> child,
int index) |
boolean |
TreeNodeSimple.removeChild(TreeNodeSimple<VALUE> child) |
| Constructor and Description |
|---|
TreeNodeSimple(TreeNodeSimple<VALUE> parent)
The constructor.
|
TreeNodeSimple(TreeNodeSimple<VALUE> parent,
ListFactory listFactory)
The constructor.
|
TreeNodeSimple(TreeNodeSimple<VALUE> parent,
VALUE value)
The constructor.
|
Copyright © 2001–2019 mmm-Team. All rights reserved.