Interface FiniteGroup<E>
Represents a Finite Group.
A group with a finite number of elements (finite order).
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Method Summary
Methods inherited from interface Group
inverse, isCommutativeMethods inherited from interface Monoid
identity, isAssociativeMethods inherited from interface Set
contains, description, isEmpty
-
Method Details
-
order
int order()Returns the order of the group (number of elements).- Returns:
- the size of the group
-
elements
-