public static enum Percentiles.BucketSizing extends Enum<Percentiles.BucketSizing>
| Modifier and Type | Method and Description |
|---|---|
static Percentiles.BucketSizing | valueOf(String name)Returns the enum constant of this type with the specified name. |
static Percentiles.BucketSizing[] | values()Returns an array containing the constants of this enum type, in the order they are declared. |
public static final Percentiles.BucketSizing CONSTANT
public static final Percentiles.BucketSizing LINEAR
public static Percentiles.BucketSizing[] values()
for (Percentiles.BucketSizing c : Percentiles.BucketSizing.values()) System.out.println(c);
public static Percentiles.BucketSizing 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 null