public static final class MapTrieProtoBuf.Dict extends com.google.protobuf.GeneratedMessageV3 implements MapTrieProtoBuf.DictOrBuilder
Dict| 限定符和类型 | 类和说明 |
|---|---|
static class |
MapTrieProtoBuf.Dict.Builder
Protobuf type
Dict |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| 限定符和类型 | 字段和说明 |
|---|---|
static int |
KEYCLAZZ_FIELD_NUMBER |
static int |
MAPENTRY_FIELD_NUMBER |
static int |
VALCLAZZ_FIELD_NUMBER |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
static MapTrieProtoBuf.Dict |
getDefaultInstance() |
MapTrieProtoBuf.Dict |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getKeyClazz()
string keyClazz = 1; |
com.google.protobuf.ByteString |
getKeyClazzBytes()
string keyClazz = 1; |
MapTrieProtoBuf.MapEntry |
getMapEntry(int index)
repeated .MapEntry mapEntry = 3; |
int |
getMapEntryCount()
repeated .MapEntry mapEntry = 3; |
List<MapTrieProtoBuf.MapEntry> |
getMapEntryList()
repeated .MapEntry mapEntry = 3; |
MapTrieProtoBuf.MapEntryOrBuilder |
getMapEntryOrBuilder(int index)
repeated .MapEntry mapEntry = 3; |
List<? extends MapTrieProtoBuf.MapEntryOrBuilder> |
getMapEntryOrBuilderList()
repeated .MapEntry mapEntry = 3; |
com.google.protobuf.Parser<MapTrieProtoBuf.Dict> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
String |
getValClazz()
string valClazz = 2; |
com.google.protobuf.ByteString |
getValClazzBytes()
string valClazz = 2; |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static MapTrieProtoBuf.Dict.Builder |
newBuilder() |
static MapTrieProtoBuf.Dict.Builder |
newBuilder(MapTrieProtoBuf.Dict prototype) |
MapTrieProtoBuf.Dict.Builder |
newBuilderForType() |
protected MapTrieProtoBuf.Dict.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static MapTrieProtoBuf.Dict |
parseDelimitedFrom(InputStream input) |
static MapTrieProtoBuf.Dict |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MapTrieProtoBuf.Dict |
parseFrom(byte[] data) |
static MapTrieProtoBuf.Dict |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MapTrieProtoBuf.Dict |
parseFrom(ByteBuffer data) |
static MapTrieProtoBuf.Dict |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MapTrieProtoBuf.Dict |
parseFrom(com.google.protobuf.ByteString data) |
static MapTrieProtoBuf.Dict |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MapTrieProtoBuf.Dict |
parseFrom(com.google.protobuf.CodedInputStream input) |
static MapTrieProtoBuf.Dict |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MapTrieProtoBuf.Dict |
parseFrom(InputStream input) |
static MapTrieProtoBuf.Dict |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<MapTrieProtoBuf.Dict> |
parser() |
MapTrieProtoBuf.Dict.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newInstance, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTopublic static final int KEYCLAZZ_FIELD_NUMBER
public static final int VALCLAZZ_FIELD_NUMBER
public static final int MAPENTRY_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields 在接口中 com.google.protobuf.MessageOrBuildergetUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessageV3public String getKeyClazz()
string keyClazz = 1;getKeyClazz 在接口中 MapTrieProtoBuf.DictOrBuilderpublic com.google.protobuf.ByteString getKeyClazzBytes()
string keyClazz = 1;public String getValClazz()
string valClazz = 2;getValClazz 在接口中 MapTrieProtoBuf.DictOrBuilderpublic com.google.protobuf.ByteString getValClazzBytes()
string valClazz = 2;public List<MapTrieProtoBuf.MapEntry> getMapEntryList()
repeated .MapEntry mapEntry = 3;getMapEntryList 在接口中 MapTrieProtoBuf.DictOrBuilderpublic List<? extends MapTrieProtoBuf.MapEntryOrBuilder> getMapEntryOrBuilderList()
repeated .MapEntry mapEntry = 3;public int getMapEntryCount()
repeated .MapEntry mapEntry = 3;public MapTrieProtoBuf.MapEntry getMapEntry(int index)
repeated .MapEntry mapEntry = 3;getMapEntry 在接口中 MapTrieProtoBuf.DictOrBuilderpublic MapTrieProtoBuf.MapEntryOrBuilder getMapEntryOrBuilder(int index)
repeated .MapEntry mapEntry = 3;public final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo 在接口中 com.google.protobuf.MessageLitewriteTo 在类中 com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize 在接口中 com.google.protobuf.MessageLitegetSerializedSize 在类中 com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals 在接口中 com.google.protobuf.Messageequals 在类中 com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode 在接口中 com.google.protobuf.MessagehashCode 在类中 com.google.protobuf.AbstractMessagepublic static MapTrieProtoBuf.Dict parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MapTrieProtoBuf.Dict parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MapTrieProtoBuf.Dict parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MapTrieProtoBuf.Dict parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MapTrieProtoBuf.Dict parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MapTrieProtoBuf.Dict parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MapTrieProtoBuf.Dict parseFrom(InputStream input) throws IOException
IOExceptionpublic static MapTrieProtoBuf.Dict parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static MapTrieProtoBuf.Dict parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static MapTrieProtoBuf.Dict parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static MapTrieProtoBuf.Dict parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static MapTrieProtoBuf.Dict parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic MapTrieProtoBuf.Dict.Builder newBuilderForType()
newBuilderForType 在接口中 com.google.protobuf.MessagenewBuilderForType 在接口中 com.google.protobuf.MessageLitepublic static MapTrieProtoBuf.Dict.Builder newBuilder()
public static MapTrieProtoBuf.Dict.Builder newBuilder(MapTrieProtoBuf.Dict prototype)
public MapTrieProtoBuf.Dict.Builder toBuilder()
toBuilder 在接口中 com.google.protobuf.MessagetoBuilder 在接口中 com.google.protobuf.MessageLiteprotected MapTrieProtoBuf.Dict.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType 在类中 com.google.protobuf.GeneratedMessageV3public static MapTrieProtoBuf.Dict getDefaultInstance()
public static com.google.protobuf.Parser<MapTrieProtoBuf.Dict> parser()
public com.google.protobuf.Parser<MapTrieProtoBuf.Dict> getParserForType()
getParserForType 在接口中 com.google.protobuf.MessagegetParserForType 在接口中 com.google.protobuf.MessageLitegetParserForType 在类中 com.google.protobuf.GeneratedMessageV3public MapTrieProtoBuf.Dict getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderCopyright © 2024. All rights reserved.