Package | Description |
---|---|
io.github.arrayv.main | |
io.github.arrayv.utils |
Modifier and Type | Method and Description |
---|---|
Distributions |
ArrayManager.getDistribution() |
Distributions[] |
ArrayManager.getDistributions() |
Modifier and Type | Method and Description |
---|---|
void |
ArrayManager.setDistribution(Distributions choice) |
ShuffleGraph |
ArrayManager.setShuffleSingle(Distributions distribution) |
ShuffleGraph |
ArrayManager.setShuffleSingle(Distributions distribution,
boolean warped) |
Modifier and Type | Method and Description |
---|---|
Distributions |
ShuffleInfo.getDistribution() |
static Distributions |
Distributions.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Distributions[] |
Distributions.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(Distributions distribution) |
ShuffleGraph |
ShuffleGraph.addSingle(Distributions distribution,
boolean warped) |
static ShuffleGraph |
ShuffleGraph.single(Distributions distribution) |
static ShuffleGraph |
ShuffleGraph.single(Distributions distribution,
boolean warped) |
Modifier and Type | Method and Description |
---|---|
static ShuffleInfo[] |
ShuffleInfo.fromDistributionIterable(Iterable<Distributions> iterable) |
static ShuffleInfo[] |
ShuffleInfo.fromDistributionIterable(Iterable<Distributions> iterable,
boolean warped) |
Constructor and Description |
---|
ShuffleInfo(Distributions distribution) |
ShuffleInfo(Distributions distribution,
boolean warpDistribution) |
Copyright © 2024. All rights reserved.