public static interface CollectionDef.Int64ListOrBuilder
extends org.nd4j.shade.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getValue(int index)
repeated int64 value = 1 [packed = true]; |
int |
getValueCount()
repeated int64 value = 1 [packed = true]; |
List<Long> |
getValueList()
repeated int64 value = 1 [packed = true]; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<Long> getValueList()
repeated int64 value = 1 [packed = true];
int getValueCount()
repeated int64 value = 1 [packed = true];
long getValue(int index)
repeated int64 value = 1 [packed = true];
index
- The index of the element to return.Copyright © 2022. All rights reserved.