Uses of Class
com.google.protobuf.MapField
Packages that use MapField
-
Uses of MapField in com.google.protobuf
Methods in com.google.protobuf that return MapFieldModifier and TypeMethodDescriptionConverts this MapFieldBuilder to a MapField.MapField.copy()
Returns a deep copy of this MapField.static <K,
V> MapField <K, V> MapField.emptyMapField
(MapEntry<K, V> defaultEntry) Returns an immutable empty MapField.private MapField
<?, ?> GeneratedMessage.FieldAccessorTable.MapFieldAccessor.getMapField
(GeneratedMessage message) private MapField
<?, ?> GeneratedMessage.FieldAccessorTable.MapFieldAccessor.getMapField
(GeneratedMessage.Builder builder) private MapField
<?, ?> GeneratedMessage.FieldAccessorTable.MapFieldAccessor.getMutableMapField
(GeneratedMessage.Builder builder) protected MapField
GeneratedMessage.Builder.internalGetMapField
(int fieldNumber) Gets the map field with the given field number.protected MapField
GeneratedMessage.internalGetMapField
(int fieldNumber) Gets the map field with the given field number.protected MapField
GeneratedMessageV3.Builder.internalGetMapField
(int fieldNumber) Deprecated.protected MapField
GeneratedMessageV3.internalGetMapField
(int fieldNumber) Deprecated.protected MapField
GeneratedMessage.Builder.internalGetMutableMapField
(int fieldNumber) LikeGeneratedMessage.Builder.internalGetMapField(int)
but return a mutable version.protected MapField
GeneratedMessageV3.Builder.internalGetMutableMapField
(int fieldNumber) Deprecated.static <K,
V> MapField <K, V> MapField.newMapField
(MapEntry<K, V> defaultEntry) Creates a new mutable empty MapField.Methods in com.google.protobuf with parameters of type MapFieldModifier and TypeMethodDescriptionvoid
void
protected static <V> void
GeneratedMessageV3.serializeBooleanMapTo
(CodedOutputStream out, MapField<Boolean, V> field, MapEntry<Boolean, V> defaultEntry, int fieldNumber) protected static <V> void
GeneratedMessageV3.serializeIntegerMapTo
(CodedOutputStream out, MapField<Integer, V> field, MapEntry<Integer, V> defaultEntry, int fieldNumber) protected static <V> void
GeneratedMessageV3.serializeLongMapTo
(CodedOutputStream out, MapField<Long, V> field, MapEntry<Long, V> defaultEntry, int fieldNumber) protected static <V> void
GeneratedMessageV3.serializeStringMapTo
(CodedOutputStream out, MapField<String, V> field, MapEntry<String, V> defaultEntry, int fieldNumber)