public interface BoolSequenceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBoolVals(int index)
public abstract boolean getBoolVals(int index)bool sequence.
repeated bool bool_vals = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe 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. |