Interface DoubleArrayOrBuilder (1.40.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicinterface DoubleArrayOrBuilderextendsMessageOrBuilderImplements
MessageOrBuilderMethods
getValues(int index)
publicabstractdoublegetValues(intindex)A list of double values.
repeated double values = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int The index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
double |
The values at the given index. |
getValuesCount()
publicabstractintgetValuesCount()A list of double values.
repeated double values = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The count of values. |
getValuesList()
publicabstractList<Double>getValuesList()A list of double values.
repeated double values = 1;
| Returns | |
|---|---|
| Type | Description |
List<Double> |
A list containing the values. |