public interface Group
A group is a set of elements paired with a binary operation. Four conditions called the group axioms must be satisfied:
Note that commutativity is not a requirement - A op B doesn't always have to be equal to B op A. If the operation is commutative then the group is called an abelian group or simply a commutative group.
Modifier and Type | Interface and Description |
---|---|
static interface |
Group.Additive<S> |
static interface |
Group.Multiplicative<S> |
Copyright © 2019 Optimatika. All rights reserved.