public interface Group extends Monoid
Modifier and Type | Interface and Description |
---|---|
static interface |
Group.Member
This interface defines a member of a group.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isInverse(Group.Member a,
Group.Member b)
Returns true if one member is the inverse of the other.
|
identity, isIdentity
boolean isInverse(Group.Member a, Group.Member b)
a
- a group memberb
- a group member