public static enum ArrayLikeAbstractOperations.ReduceOperation extends Enum<ArrayLikeAbstractOperations.ReduceOperation>
| Enum Constant and Description |
|---|
REDUCE |
REDUCE_RIGHT |
| Modifier and Type | Method and Description |
|---|---|
static ArrayLikeAbstractOperations.ReduceOperation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArrayLikeAbstractOperations.ReduceOperation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ArrayLikeAbstractOperations.ReduceOperation REDUCE
public static final ArrayLikeAbstractOperations.ReduceOperation REDUCE_RIGHT
public static ArrayLikeAbstractOperations.ReduceOperation[] values()
for (ArrayLikeAbstractOperations.ReduceOperation c : ArrayLikeAbstractOperations.ReduceOperation.values()) System.out.println(c);
public static ArrayLikeAbstractOperations.ReduceOperation 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 © 2025 HtmlUnit. All rights reserved.