|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ToolBox.TiedRanks>
de.jstacs.utils.ToolBox.TiedRanks
public static enum ToolBox.TiedRanks
Handling of tied ranks in ToolBox.rank(double[], TiedRanks)
.
Enum Constant Summary | |
---|---|
CONTIGUOUS
Identical values obtain identical ranks. |
|
IN_ORDER
Identical values obtain different ranks. |
|
SPORTS
Identical values obtain identical ranks. |
Method Summary | |
---|---|
static ToolBox.TiedRanks |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ToolBox.TiedRanks[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final ToolBox.TiedRanks IN_ORDER
public static final ToolBox.TiedRanks SPORTS
public static final ToolBox.TiedRanks CONTIGUOUS
Method Detail |
---|
public static ToolBox.TiedRanks[] values()
for (ToolBox.TiedRanks c : ToolBox.TiedRanks.values()) System.out.println(c);
public static ToolBox.TiedRanks valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |