Modifier and Type | Method and Description |
---|---|
Group |
Group.cloneObject()
Creates and returns a deep copy of this Group object.
|
Group |
ListOfGroups.get(long n)
Get a Group from the ListOfGroups.
|
Group |
ListOfGroups.get(String sid)
Get a Group from the ListOfGroups
based on its identifier.
|
Group |
ListOfGroups.remove(long n)
Removes the nth item from this ListOfGroups items and returns a pointer to
it.
|
Group |
ListOfGroups.remove(String sid)
Removes item in this ListOfGroups items with the given identifier.
|
Constructor and Description |
---|
Group(Group orig)
Copy constructor for Group.
|