public static enum KllSketch.SketchType extends Enum<KllSketch.SketchType>
| Enum Constant and Description |
|---|
DOUBLES_SKETCH |
FLOATS_SKETCH |
| Modifier and Type | Method and Description |
|---|---|
static KllSketch.SketchType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KllSketch.SketchType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KllSketch.SketchType FLOATS_SKETCH
public static final KllSketch.SketchType DOUBLES_SKETCH
public static KllSketch.SketchType[] values()
for (KllSketch.SketchType c : KllSketch.SketchType.values()) System.out.println(c);
public static KllSketch.SketchType 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 © 2015–2020 The Apache Software Foundation. All rights reserved.