-
-
方法概要
-
从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder
isInitialized
-
从接口继承的方法 com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
方法详细资料
-
getItemCount
int getItemCount()
repeated int32 item = 1;
- 返回:
- The count of item.
-
getItem
int getItem(int index)
repeated int32 item = 1;
- 参数:
index - The index of the element to return.
- 返回:
- The item at the given index.