Package | Description |
---|---|
com.google.protobuf |
Modifier and Type | Class and Description |
---|---|
class |
MapField<K,V>
Internal representation of map fields in generated messages.
|
class |
MapFieldBuilder<KeyT,MessageOrBuilderT extends MessageOrBuilder,MessageT extends MessageOrBuilderT,BuilderT extends MessageOrBuilderT>
Internal representation of map fields in generated builders.
|
Modifier and Type | Method and Description |
---|---|
protected MapFieldReflectionAccessor |
GeneratedMessageV3.internalGetMapFieldReflection(int fieldNumber)
Gets the map field with the given field number.
|
protected MapFieldReflectionAccessor |
GeneratedMessageV3.Builder.internalGetMapFieldReflection(int fieldNumber)
Gets the map field with the given field number.
|
protected MapFieldReflectionAccessor |
GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int fieldNumber)
Like
GeneratedMessageV3.Builder.internalGetMapFieldReflection(int) but return a mutable version. |
Copyright © 2008–2025. All rights reserved.