Package | Description |
---|---|
twophase |
Modifier and Type | Field and Description |
---|---|
(package private) Edge[] |
CubieCube.ep
Edge permutation, represented in the "is replaced by" representation
|
private static Edge[] |
CubieCube.epB |
private static Edge[] |
CubieCube.epD |
private static Edge[] |
CubieCube.epF |
private static Edge[] |
CubieCube.epL |
private static Edge[] |
CubieCube.epR |
private static Edge[] |
CubieCube.epU |
Modifier and Type | Method and Description |
---|---|
static Edge |
Edge.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Edge[] |
Edge.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
(package private) static void |
CubieCube.rotateLeft(Edge[] arr,
int l,
int r)
Left rotation of all array elements between l and r
|
(package private) static void |
CubieCube.rotateRight(Edge[] arr,
int l,
int r)
Right rotation of all array elements between l and r
|