public class Permutation extends Number
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, shortValue
public 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 Number
public float floatValue()
floatValue
in class Number
Jas4pp 1.5 © Java Analysis Studio for Particle Physics