Interface BoolSequenceOrBuilder (0.3.0)

public interface BoolSequenceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBoolVals(int index)

public abstract boolean getBoolVals(int index)

bool sequence.

repeated bool bool_vals = 1;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
boolean

The boolVals at the given index.

getBoolValsCount()

public abstract int getBoolValsCount()

bool sequence.

repeated bool bool_vals = 1;

Returns
Type Description
int

The count of boolVals.

getBoolValsList()

public abstract List<Boolean> getBoolValsList()

bool sequence.

repeated bool bool_vals = 1;

Returns
Type Description
List<Boolean>

A list containing the boolVals.