
O - Object typepublic interface ModifiableHierarchy<O> extends Hierarchy<O>
| Modifier and Type | Method and Description |
|---|---|
void |
add(O parent,
O child)
Add a parent-child relationship.
|
void |
remove(O parent,
O child)
Remove a parent-child relationship.
|
getChildren, getParents, iterAncestors, iterDescendants, numChildren, numParents