public class RegistryIndexChildren
extends java.lang.Object
| Constructor and Description |
|---|
RegistryIndexChildren() |
RegistryIndexChildren(int[] children) |
| Modifier and Type | Method and Description |
|---|---|
int |
findChild(int id) |
int[] |
getChildren() |
boolean |
linkChild(int id) |
boolean |
linkChildren(int[] IDs) |
boolean |
unlinkChild(int id) |
boolean |
unlinkChildren(int[] IDs) |