public static interface Distribution.BucketOptions.ExplicitOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBounds(int index)
public abstract double getBounds(int index)The values must be monotonically increasing.
repeated double bounds = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
double |
The bounds at the given index. |
getBoundsCount()
public abstract int getBoundsCount()The values must be monotonically increasing.
repeated double bounds = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The count of bounds. |
getBoundsList()
public abstract List<Double> getBoundsList()The values must be monotonically increasing.
repeated double bounds = 1;
| Returns | |
|---|---|
| Type | Description |
List<Double> |
A list containing the bounds. |