public interface GroupMultiplicative<G> extends Structure<G>
Modifier and Type | Method and Description |
---|---|
G |
inverse()
Returns the multiplicative inverse of this object.
|
G |
times(G that)
Returns the product of this object with the one specified.
|