public static interface MATLABArray.MATLAB_Array.SparseOrBuilder extends com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MATLABArray.MATLAB_Array.Sparse>
| Modifier and Type | Method and Description |
|---|---|
long |
getIr(int index)
repeated uint64 ir = 2 [packed = true]; |
int |
getIrCount()
repeated uint64 ir = 2 [packed = true]; |
List<Long> |
getIrList()
repeated uint64 ir = 2 [packed = true]; |
long |
getJc(int index)
repeated uint64 jc = 3 [packed = true]; |
int |
getJcCount()
repeated uint64 jc = 3 [packed = true]; |
List<Long> |
getJcList()
repeated uint64 jc = 3 [packed = true]; |
MATLABArray.MATLAB_Array.Sparse.SparseType |
getType()
required .MATLAB_Array.Sparse.SparseType type = 1; |
boolean |
hasType()
required .MATLAB_Array.Sparse.SparseType type = 1; |
getDefaultInstanceForType, getExtension, getExtension, getExtension, getExtension, getExtension, getExtension, getExtensionCount, getExtensionCount, getExtensionCount, hasExtension, hasExtension, hasExtensionboolean hasType()
required .MATLAB_Array.Sparse.SparseType type = 1;MATLABArray.MATLAB_Array.Sparse.SparseType getType()
required .MATLAB_Array.Sparse.SparseType type = 1;List<Long> getIrList()
repeated uint64 ir = 2 [packed = true];int getIrCount()
repeated uint64 ir = 2 [packed = true];long getIr(int index)
repeated uint64 ir = 2 [packed = true];index - The index of the element to return.List<Long> getJcList()
repeated uint64 jc = 3 [packed = true];int getJcCount()
repeated uint64 jc = 3 [packed = true];long getJc(int index)
repeated uint64 jc = 3 [packed = true];index - The index of the element to return.Copyright © 2015–2024. All rights reserved.