Interface DoubleListOrBuilder (2.66.0)

public interface DoubleListOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getValues(int index)

public abstract double getValues(int index)

The 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()

public abstract int getValuesCount()

The list of double values.

repeated double values = 1;

Returns
Type Description
int

The count of values.

getValuesList()

public abstract List<Double> getValuesList()

The list of double values.

repeated double values = 1;

Returns
Type Description
List<Double>

A list containing the values.