public enum MersenneExponent extends Enum<MersenneExponent>
Enum Constant and Description |
---|
P11213 |
P1279 |
P19937 |
P21701 |
P2203 |
P2281 |
P23209 |
P3217 |
P4253 |
P4423 |
P44497 |
P521 |
P607 |
P9689 |
P9941 |
Modifier and Type | Method and Description |
---|---|
int |
value()
Gets the value of this Mersenne exponent.
|
static MersenneExponent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MersenneExponent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MersenneExponent P521
public static final MersenneExponent P607
public static final MersenneExponent P1279
public static final MersenneExponent P2203
public static final MersenneExponent P2281
public static final MersenneExponent P3217
public static final MersenneExponent P4253
public static final MersenneExponent P4423
public static final MersenneExponent P9689
public static final MersenneExponent P9941
public static final MersenneExponent P11213
public static final MersenneExponent P19937
public static final MersenneExponent P21701
public static final MersenneExponent P23209
public static final MersenneExponent P44497
public static MersenneExponent[] values()
for (MersenneExponent c : MersenneExponent.values()) System.out.println(c);
public static MersenneExponent valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic int value()
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.