Package | Description |
---|---|
io.github.arrayv.main | |
io.github.arrayv.utils |
Modifier and Type | Method and Description |
---|---|
Shuffles[] |
ArrayManager.getShuffles() |
Modifier and Type | Method and Description |
---|---|
boolean |
ArrayManager.containsShuffle(Shuffles shuffle) |
void |
ArrayManager.setShuffle(Shuffles choice)
Deprecated.
This method is deprecatated. Please use
ArrayManager.setShuffleSingle(Shuffles) or ArrayManager.setShuffle(ShuffleGraph) instead. |
ShuffleGraph |
ArrayManager.setShuffleSingle(Shuffles shuffle) |
Modifier and Type | Method and Description |
---|---|
Shuffles |
ShuffleInfo.getShuffle() |
static Shuffles |
Shuffles.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Shuffles[] |
Shuffles.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ShuffleGraph |
ShuffleGraph.addSingle(Shuffles shuffle) |
static ShuffleGraph |
ShuffleGraph.single(Shuffles shuffle) |
Modifier and Type | Method and Description |
---|---|
static ShuffleInfo[] |
ShuffleInfo.fromShuffleIterable(Iterable<Shuffles> iterable) |
Constructor and Description |
---|
ShuffleInfo(Shuffles shuffle) |
Copyright © 2024. All rights reserved.