public abstract class FiniteGroup extends java.lang.Object implements Group
Group.Member
Modifier and Type | Field and Description |
---|---|
protected int |
order |
Constructor and Description |
---|
FiniteGroup(int n)
Constructs a finite group.
|
Modifier and Type | Method and Description |
---|---|
abstract Group.Member[] |
getElements()
Returns the elements of this group.
|
int |
order()
Returns the order (the number of group elements) of this group.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
identity, isIdentity
public FiniteGroup(int n)
n
- the order of the grouppublic abstract Group.Member[] getElements()
public final int order()