Interface IntegerArrayOrBuilder (0.38.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
Name Description
index int

The index of the element to return.

Returns
Type Description
int

The values at the given index.

getValuesCount()

public abstract int getValuesCount()

List of integer values.

repeated int32 values = 1;

Returns
Type Description
int

The count of values.

getValuesList()

public abstract List<Integer> getValuesList()

List of integer values.

repeated int32 values = 1;

Returns
Type Description
List<Integer>

A list containing the values.