public static enum AggBinaryOp.MMultMethod extends Enum<AggBinaryOp.MMultMethod>
Enum Constant and Description |
---|
CPMM |
MAPMM_CHAIN |
MAPMM_L |
MAPMM_R |
MM |
PMAPMM |
PMM |
RMM |
TSMM |
TSMM2 |
ZIPMM |
Modifier and Type | Method and Description |
---|---|
static AggBinaryOp.MMultMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AggBinaryOp.MMultMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AggBinaryOp.MMultMethod CPMM
public static final AggBinaryOp.MMultMethod RMM
public static final AggBinaryOp.MMultMethod MAPMM_L
public static final AggBinaryOp.MMultMethod MAPMM_R
public static final AggBinaryOp.MMultMethod MAPMM_CHAIN
public static final AggBinaryOp.MMultMethod PMAPMM
public static final AggBinaryOp.MMultMethod PMM
public static final AggBinaryOp.MMultMethod TSMM
public static final AggBinaryOp.MMultMethod TSMM2
public static final AggBinaryOp.MMultMethod ZIPMM
public static final AggBinaryOp.MMultMethod MM
public static AggBinaryOp.MMultMethod[] values()
for (AggBinaryOp.MMultMethod c : AggBinaryOp.MMultMethod.values()) System.out.println(c);
public static AggBinaryOp.MMultMethod 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 © 2020 The Apache Software Foundation. All rights reserved.