Interface BoolArrayOrBuilder (3.42.0)

public interface BoolArrayOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getValues(int index)

public abstract boolean getValues(int index)

A list of bool values.

repeated bool values = 1;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
boolean

The values at the given index.

getValuesCount()

public abstract int getValuesCount()

A list of bool values.

repeated bool values = 1;

Returns
TypeDescription
int

The count of values.

getValuesList()

public abstract List<Boolean> getValuesList()

A list of bool values.

repeated bool values = 1;

Returns
TypeDescription
List<Boolean>

A list containing the values.