public class CollectionUtil
extends java.lang.Object
| Constructor and Description |
|---|
CollectionUtil() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ConfijNode> |
childrenAsContinuousList(ConfijNode parentNode)
finds all children of a node (which are organized as a map) and returns them as a continuous List.
|
public java.util.List<ConfijNode> childrenAsContinuousList(ConfijNode parentNode)
parentNode - the parent node of which we want the children