Uses of Interface
rocks.palaiologos.maja.structure.AdditiveAbelianGroup
Packages that use AdditiveAbelianGroup
-
Uses of AdditiveAbelianGroup in rocks.palaiologos.maja.structure
Subinterfaces of AdditiveAbelianGroup in rocks.palaiologos.maja.structureModifier and TypeInterfaceDescriptioninterface
A division ring is a set R equipped with two binary operations + and ·, where (R, +) is an abelian group and (R, ·) is a commutative monoid.interface
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
Ring<T>
A ring is a set R equipped with two binary operations + and ·, where (R, +) is an abelian group and (R, ·) is a monoid.Methods in rocks.palaiologos.maja.structure that return AdditiveAbelianGroupModifier and TypeMethodDescriptionstatic <T> AdditiveAbelianGroup<T>
AdditiveAbelianGroup.of
(MultiplicativeAbelianGroup<T> group) Methods in rocks.palaiologos.maja.structure with parameters of type AdditiveAbelianGroupModifier and TypeMethodDescriptionstatic <T> MultiplicativeAbelianGroup<T>
MultiplicativeAbelianGroup.of
(AdditiveAbelianGroup<T> group) static <T> Ring<T>
Ring.of
(AdditiveAbelianGroup<T> additiveAbelianGroup, MultiplicativeMonoid<T> multiplicativeMonoid)