public static enum Rank.TiesMethod extends Enum<Rank.TiesMethod>
Enum Constant and Description |
---|
AS_26
Algorithm AS 26.
|
AVERAGE |
FIRST |
LAST |
MAX |
MIN |
RANDOM |
Modifier and Type | Method and Description |
---|---|
static Rank.TiesMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Rank.TiesMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Rank.TiesMethod AS_26
public static final Rank.TiesMethod AVERAGE
public static final Rank.TiesMethod FIRST
public static final Rank.TiesMethod LAST
public static final Rank.TiesMethod RANDOM
public static final Rank.TiesMethod MAX
public static final Rank.TiesMethod MIN
public static Rank.TiesMethod[] values()
for (Rank.TiesMethod c : Rank.TiesMethod.values()) System.out.println(c);
public static Rank.TiesMethod 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 nullCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.