Interface DoubleArrayOrBuilder (2.9.8)

public interface DoubleArrayOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getValues(int index)

public abstract double getValues(int index)

A list of bool values.

repeated double values = 1;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
double

The values at the given index.

getValuesCount()

public abstract int getValuesCount()

A list of bool values.

repeated double values = 1;

Returns
TypeDescription
int

The count of values.

getValuesList()

public abstract List<Double> getValuesList()

A list of bool values.

repeated double values = 1;

Returns
TypeDescription
List<Double>

A list containing the values.