public interface GroupNodeContainer
GroupNodes.| Modifier and Type | Method and Description |
|---|---|
GroupNode |
getGroupNode(GroupID id)
Finds a
GroupNode with the specified ID among the immediate
children of this container. |
GroupNode |
getGroupNode(GroupID[] ids)
Find a
GroupNode (if it exists). |
java.util.Iterator<GroupNode> |
getGroupNodes()
Returns all immediate children that are
GroupNode instances. |
java.util.Iterator<GroupNode> getGroupNodes()
GroupNode instances.GroupNode instances.GroupNode getGroupNode(GroupID id)
GroupNode with the specified ID among the immediate
children of this container.id - The group ID.GroupNode for this particular group ID.GroupNode getGroupNode(GroupID[] ids)
GroupNode (if it exists). The first ID will be matched
against the immediate children of this container, the next will be
matched against the immediate children of that node, etc.ids - The group IDs.GroupNode that was found, or null.Copyright ? Technia AB. All Rights Reserved.