Create a new instance of a group tool.
| Name | Type | Description |
|---|
| Parameter(s) | - | - | - |
| Return | - | GroupTool | An instance of a group tool. |
Initialize a group tool.
| Name | Type | Description |
|---|
| Parameter(s) | - | - | - |
| Return | - | void | - |
Return a set of group names.
| Name | Type | Description |
|---|
| Parameter(s) | - | - | - |
| Return | - | java.util.Set | A set of group names. |
Test whether a group name is contained in a set of group names.
| Name | Type | Description |
|---|
| Parameter(s) | groupName | java.lang.String | A group name. |
| Return | - | - | True if the group name is contained in a set of group names, otherwise false. |
Add an object into a group.
| Name | Type | Description |
|---|
| Parameter(s) | groupName | java.lang.String | A group name. |
| object | java.lang.Object | An object being added. |
| Return | - | void | - |
Return a list of group objects.
| Name | Type | Description |
|---|
| Parameter(s) | groupName | java.lang.String | A group name. |
| Return | - | java.util.List | A list of group objects. |
Remove a group from the specified group name.
| Name | Type | Description |
|---|
| Parameter(s) | groupName | java.lang.String | A group name. |
| Return | - | java.util.List | A list of group objects previously associated with a specified group name, or null if there is no group corresponding to the key. |
Remove all groups.
| Name | Type | Description |
|---|
| Parameter(s) | - | - | - |
| Return | - | void |
|
Remove all mappings.
| Name | Type | Description |
|---|
| Parameter(s) | - | - | - |
| Return | - | void | - |