[all packages]
[package ]
[class hierarchy]
[index]
public class ShuffleComp
(source file: ShuffleComp.java)
java.lang.Object
|
+----Printable
|
+----Shuffle
|
+----ShuffleComp
The pure class interface.
public class ShuffleComp
extends Shuffle
-
A shuffle which is the composition of two shuffles.
If f : X
Y
and f : Y
Z
then f;g : X
Z.
- Author:
- Alan Jeffrey
- Version: v1.0 1998/06/03

ShuffleComp(Shuffle, Shuffle)
-

shuffle(int)
-

ShuffleComp
public ShuffleComp(Shuffle f,
Shuffle g);

shuffle
public int shuffle(int i);
[all packages]
[package ]
[class hierarchy]
[index]
ShuffleComp.html