Adds a member to this group.paramuser the member to add.return{@code true} if the member was added, {@code false} if it was already a member.sinceAndroid 1.0
Returns whether the specified principal is a member of this group.parammember the principal to check.return{@code true} if the principal is a member, otherwise {@code false}.sinceAndroid 1.0
Returns the members of this group.returnthe members of this group.sinceAndroid 1.0
Removes a member from this group.paramuser the member to remove.return{@code true} if the member was removed, {@code false} if it was not a member.sinceAndroid 1.0