public interface BoolArrayOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getValues(int index)
public abstract boolean getValues(int index)A list of bool values.
repeated bool values = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
boolean |
The values at the given index. |
getValuesCount()
public abstract int getValuesCount()A list of bool values.
repeated bool values = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The count of values. |
getValuesList()
public abstract List<Boolean> getValuesList()A list of bool values.
repeated bool values = 1;
| Returns | |
|---|---|
| Type | Description |
List<Boolean> |
A list containing the values. |