public static enum JoddArrayList.PIVOT_TYPE extends java.lang.Enum<JoddArrayList.PIVOT_TYPE>
| Enum Constant and Description |
|---|
FIRST_QUARTER |
HALF |
LAST_QUARTER |
| Modifier and Type | Method and Description |
|---|---|
abstract int |
calculate(int value) |
static JoddArrayList.PIVOT_TYPE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JoddArrayList.PIVOT_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JoddArrayList.PIVOT_TYPE FIRST_QUARTER
public static final JoddArrayList.PIVOT_TYPE HALF
public static final JoddArrayList.PIVOT_TYPE LAST_QUARTER
public static JoddArrayList.PIVOT_TYPE[] values()
for (JoddArrayList.PIVOT_TYPE c : JoddArrayList.PIVOT_TYPE.values()) System.out.println(c);
public static JoddArrayList.PIVOT_TYPE valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic abstract int calculate(int value)
Copyright © 2003-present Jodd Team