Uses of Class
edu.wisc.game.math.MannWhitneyComparison.Mode
| Package | Description |
|---|---|
| edu.wisc.game.math |
-
Uses of MannWhitneyComparison.Mode in edu.wisc.game.math
Methods in edu.wisc.game.math that return MannWhitneyComparison.Mode Modifier and Type Method Description static MannWhitneyComparison.ModeMannWhitneyComparison.Mode. valueOf(String name)Returns the enum constant of this type with the specified name.static MannWhitneyComparison.Mode[]MannWhitneyComparison.Mode. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in edu.wisc.game.math with parameters of type MannWhitneyComparison.Mode Constructor Description MannWhitneyComparison(MannWhitneyComparison.Mode _mode)