Interface BoolArrayOrBuilder (1.38.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicinterface BoolArrayOrBuilderextendsMessageOrBuilderImplements
MessageOrBuilderMethods
getValues(int index)
publicabstractbooleangetValues(intindex)A list of bool values.
repeated bool values = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int The index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
boolean |
The values at the given index. |
getValuesCount()
publicabstractintgetValuesCount()A list of bool values.
repeated bool values = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The count of values. |
getValuesList()
publicabstractList<Boolean>getValuesList()A list of bool values.
repeated bool values = 1;
| Returns | |
|---|---|
| Type | Description |
List<Boolean> |
A list containing the values. |