Uses of Class
com.google.protobuf.MapEntry
Packages that use MapEntry
-
Uses of MapEntry in com.google.protobuf
Methods in com.google.protobuf that return MapEntryModifier and TypeMethodDescriptionMapEntry.Builder.build()
MapEntry.Builder.buildPartial()
MapFieldBuilder.Converter.defaultEntry()
MapEntry.Builder.getDefaultInstanceForType()
MapEntry.getDefaultInstanceForType()
static <K,
V> MapEntry <K, V> MapEntry.newDefaultInstance
(Descriptors.Descriptor descriptor, com.google.protobuf.WireFormat.FieldType keyType, K defaultKey, com.google.protobuf.WireFormat.FieldType valueType, V defaultValue) Create a default MapEntry instance.Methods in com.google.protobuf that return types with arguments of type MapEntryMethods in com.google.protobuf with parameters of type MapEntryModifier and TypeMethodDescriptionConverts this MapFieldBuilder to a MapField.static <K,
V> MapField <K, V> MapField.emptyMapField
(MapEntry<K, V> defaultEntry) Returns an immutable empty MapField.static <K,
V> MapField <K, V> MapField.newMapField
(MapEntry<K, V> defaultEntry) Creates a new mutable empty MapField.protected static <V> void
GeneratedMessage.serializeBooleanMapTo
(com.google.protobuf.CodedOutputStream out, MapField<Boolean, V> field, MapEntry<Boolean, V> defaultEntry, int fieldNumber) protected static <V> void
GeneratedMessage.serializeIntegerMapTo
(com.google.protobuf.CodedOutputStream out, MapField<Integer, V> field, MapEntry<Integer, V> defaultEntry, int fieldNumber) protected static <V> void
GeneratedMessage.serializeLongMapTo
(com.google.protobuf.CodedOutputStream out, MapField<Long, V> field, MapEntry<Long, V> defaultEntry, int fieldNumber) protected static <V> void
GeneratedMessage.serializeStringMapTo
(com.google.protobuf.CodedOutputStream out, MapField<String, V> field, MapEntry<String, V> defaultEntry, int fieldNumber)