public interface Int64SequenceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getInt64Vals(int index)
public abstract long getInt64Vals(int index)int64 sequence.
repeated int64 int64_vals = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
long |
The int64Vals at the given index. |
getInt64ValsCount()
public abstract int getInt64ValsCount()int64 sequence.
repeated int64 int64_vals = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The count of int64Vals. |
getInt64ValsList()
public abstract List<Long> getInt64ValsList()int64 sequence.
repeated int64 int64_vals = 1;
| Returns | |
|---|---|
| Type | Description |
List<Long> |
A list containing the int64Vals. |