public class Permutation extends Number
| Modifier and Type | Field and Description |
|---|---|
protected GroupI |
group |
protected int |
len |
protected Integer[] |
perm |
| Constructor and Description |
|---|
Permutation(GroupI group,
Integer[] perm) |
| Modifier and Type | Method and Description |
|---|---|
Permutation |
add(Permutation p1) |
double |
doubleValue()
Just returns 0.
|
boolean |
equals(Permutation p1) |
float |
floatValue() |
Permutation |
getInverse() |
int |
intValue() |
long |
longValue() |
Permutation |
sub(Permutation p1) |
String |
toString() |
Permutation |
valueOf(Integer[] p) |
Permutation |
valueOf(Number[] p) |
byteValue, shortValuepublic Permutation add(Permutation p1)
public Permutation getInverse()
public Permutation sub(Permutation p1)
public boolean equals(Permutation p1)
public Permutation valueOf(Integer[] p)
public Permutation valueOf(Number[] p)
public double doubleValue()
doubleValue in class Numberpublic float floatValue()
floatValue in class NumberCopyright © 2018. All rights reserved.