Uses of Class
com.google.protobuf.MapEntry
Packages that use MapEntry
-
Uses of MapEntry in com.google.protobuf
Fields in com.google.protobuf declared as MapEntryModifier and TypeFieldDescriptionMapField.ImmutableMessageConverter.defaultEntryprivate MapEntryTextFormat.Printer.MapEntryAdapter.mapEntryFields in com.google.protobuf with type parameters of type MapEntryMethods 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, WireFormat.FieldType keyType, K defaultKey, 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.private static <V> voidGeneratedMessageV3.maybeSerializeBooleanEntryTo(CodedOutputStream out, Map<Boolean, V> m, MapEntry<Boolean, V> defaultEntry, int fieldNumber, boolean key) static <K,V> MapField<K, V> MapField.newMapField(MapEntry<K, V> defaultEntry) Creates a new mutable empty MapField.protected static <V> voidGeneratedMessageV3.serializeBooleanMapTo(CodedOutputStream out, MapField<Boolean, V> field, MapEntry<Boolean, V> defaultEntry, int fieldNumber) protected static <V> voidGeneratedMessageV3.serializeIntegerMapTo(CodedOutputStream out, MapField<Integer, V> field, MapEntry<Integer, V> defaultEntry, int fieldNumber) protected static <V> voidGeneratedMessageV3.serializeLongMapTo(CodedOutputStream out, MapField<Long, V> field, MapEntry<Long, V> defaultEntry, int fieldNumber) private static <K,V> void GeneratedMessageV3.serializeMapTo(CodedOutputStream out, Map<K, V> m, MapEntry<K, V> defaultEntry, int fieldNumber) Serialize the map using the iteration order.protected static <V> voidGeneratedMessageV3.serializeStringMapTo(CodedOutputStream out, MapField<String, V> field, MapEntry<String, V> defaultEntry, int fieldNumber) Constructors in com.google.protobuf with parameters of type MapEntryModifierConstructorDescriptionImmutableMessageConverter(MapEntry<K, V> defaultEntry) privateMetadata(Descriptors.Descriptor descriptor, MapEntry<K, V> defaultInstance, WireFormat.FieldType keyType, WireFormat.FieldType valueType)