The {@link com.bayesserver.Node} the collection belongs to.
Gets the number of elements contained in the {@link com.bayesserver.NodeGroupCollection} instance.
Removes all elements from the collection.
Gets the group at the specified index.
The zero-based index of the group to find.
A group name.
Determines whether a group name is in the collection.
The group to locate in the collection. The value can be null.
true if [group] is found in the collection; otherwise, false.
Determines the index of a specific group in the collection.
The node group name to find. The value can be null.
The index of the group name in the collection, or -1 if not found.
Inserts an element into the collection at the specified index.
The zero based index at which to add the element.
The item to insert. Cannot be null.
Removes the group from the collection.
The group to be removed from the collection.
true if item was successfully removed from the collection; otherwise, false. This method also returns false if item is not found in the collection.
Removes an element from the collection at the specified index.
The zero based index at which to remove the element.
Sets the group at the specified index.
The zero-based index of the group to find.
Represents the collection of groups a node belongs to.