Interface IntegerArrayOrBuilder (0.37.0)

public interface IntegerArrayOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getValues(int index)

public abstract int getValues(int index)

List of integer values.

repeated int32 values = 1;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
int

The values at the given index.

getValuesCount()

public abstract int getValuesCount()

List of integer values.

repeated int32 values = 1;

Returns
TypeDescription
int

The count of values.

getValuesList()

public abstract List<Integer> getValuesList()

List of integer values.

repeated int32 values = 1;

Returns
TypeDescription
List<Integer>

A list containing the values.