public static interface MATLABArray.MATLAB_Array.StringOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getStrings(int index)
array of unicode characters for the whole array
|
int |
getStringsCount()
array of unicode characters for the whole array
|
long |
getStringSizes(int index)
length of each array element
|
int |
getStringSizesCount()
length of each array element
|
List<Long> |
getStringSizesList()
length of each array element
|
List<Integer> |
getStringsList()
array of unicode characters for the whole array
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Integer> getStringsList()
array of unicode characters for the whole array
repeated uint32 strings = 1;int getStringsCount()
array of unicode characters for the whole array
repeated uint32 strings = 1;int getStrings(int index)
array of unicode characters for the whole array
repeated uint32 strings = 1;index - The index of the element to return.List<Long> getStringSizesList()
length of each array element
repeated uint64 stringSizes = 2;int getStringSizesCount()
length of each array element
repeated uint64 stringSizes = 2;long getStringSizes(int index)
length of each array element
repeated uint64 stringSizes = 2;index - The index of the element to return.Copyright © 2015–2024. All rights reserved.