public interface Uint64SequenceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getUint64Vals(int index)
public abstract long getUint64Vals(int index)uint64 sequence.
repeated uint64 uint64_vals = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
long |
The uint64Vals at the given index. |
getUint64ValsCount()
public abstract int getUint64ValsCount()uint64 sequence.
repeated uint64 uint64_vals = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The count of uint64Vals. |
getUint64ValsList()
public abstract List<Long> getUint64ValsList()uint64 sequence.
repeated uint64 uint64_vals = 1;
| Returns | |
|---|---|
| Type | Description |
List<Long> |
A list containing the uint64Vals. |