-
-
方法概要
-
从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder
isInitialized
-
从接口继承的方法 com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
方法详细资料
-
getXsList
List<Double> getXsList()
repeated double xs = 1;
- 返回:
- A list containing the xs.
-
getXsCount
int getXsCount()
repeated double xs = 1;
- 返回:
- The count of xs.
-
getXs
double getXs(int index)
repeated double xs = 1;
- 参数:
index - The index of the element to return.
- 返回:
- The xs at the given index.
-
getYsList
List<Double> getYsList()
repeated double ys = 2;
- 返回:
- A list containing the ys.
-
getYsCount
int getYsCount()
repeated double ys = 2;
- 返回:
- The count of ys.
-
getYs
double getYs(int index)
repeated double ys = 2;
- 参数:
index - The index of the element to return.
- 返回:
- The ys at the given index.
-
getZsList
List<Double> getZsList()
repeated double zs = 3;
- 返回:
- A list containing the zs.
-
getZsCount
int getZsCount()
repeated double zs = 3;
- 返回:
- The count of zs.
-
getZs
double getZs(int index)
repeated double zs = 3;
- 参数:
index - The index of the element to return.
- 返回:
- The zs at the given index.