Uses of Interface
rocks.palaiologos.maja.structure.MultiplicativeGroup
Packages that use MultiplicativeGroup
-
Uses of MultiplicativeGroup in rocks.palaiologos.maja
Methods in rocks.palaiologos.maja with parameters of type MultiplicativeGroupModifier and TypeMethodDescriptionstatic <T> T
Maja.mul
(MultiplicativeGroup<T> group, T x, T y) Divides two values through a multiplicative group. -
Uses of MultiplicativeGroup in rocks.palaiologos.maja.structure
Subinterfaces of MultiplicativeGroup in rocks.palaiologos.maja.structureModifier and TypeInterfaceDescriptioninterface
DivisionRing<T>
A division ring is a set R equipped with two binary operations + and ·, where (R, +) is an abelian group and (R, ·) is a group.interface
Field<T>
A a commutative division ring (i.e.interface
Group with a commutative binary operation.Methods in rocks.palaiologos.maja.structure that return MultiplicativeGroupModifier and TypeMethodDescriptionstatic <T> MultiplicativeGroup<T>
MultiplicativeGroup.of
(AdditiveGroup<T> group) Methods in rocks.palaiologos.maja.structure with parameters of type MultiplicativeGroupModifier and TypeMethodDescriptionstatic <T> AdditiveGroup<T>
AdditiveGroup.of
(MultiplicativeGroup<T> group)