Uses of Class
com.google.protobuf.MapEntry
-
Packages that use MapEntry Package Description com.google.protobuf -
-
Uses of MapEntry in com.google.protobuf
Fields in com.google.protobuf declared as MapEntry Modifier and Type Field Description private MapEntry<K,V>
MapField.ImmutableMessageConverter. defaultEntry
(package private) static MapEntry<java.lang.String,Value>
Struct.FieldsDefaultEntryHolder. defaultEntry
private MapEntry
TextFormat.Printer.MapEntryAdapter. mapEntry
Fields in com.google.protobuf with type parameters of type MapEntry Modifier and Type Field Description Parser<MapEntry<K,V>>
MapEntry.Metadata. parser
Methods in com.google.protobuf that return MapEntry Modifier and Type Method Description MapEntry<K,V>
MapEntry.Builder. build()
MapEntry<K,V>
MapEntry.Builder. buildPartial()
MapEntry<KeyT,MessageT>
MapFieldBuilder.Converter. defaultEntry()
MapEntry<java.lang.String,Value>
Struct.Builder.FieldsConverter. defaultEntry()
MapEntry<K,V>
MapEntry.Builder. getDefaultInstanceForType()
MapEntry<K,V>
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 MapEntry Modifier and Type Method Description private java.util.List<MapEntry<KeyT,MessageT>>
MapFieldBuilder. getMapEntryList()
Parser<MapEntry<K,V>>
MapEntry. getParserForType()
Methods in com.google.protobuf with parameters of type MapEntry Modifier and Type Method Description MapField<KeyT,MessageT>
MapFieldBuilder. build(MapEntry<KeyT,MessageT> defaultEntry)
Converts 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> void
GeneratedMessage. maybeSerializeBooleanEntryTo(CodedOutputStream out, java.util.Map<java.lang.Boolean,V> m, MapEntry<java.lang.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> void
GeneratedMessage. serializeBooleanMapTo(CodedOutputStream out, MapField<java.lang.Boolean,V> field, MapEntry<java.lang.Boolean,V> defaultEntry, int fieldNumber)
protected static <V> void
GeneratedMessage. serializeIntegerMapTo(CodedOutputStream out, MapField<java.lang.Integer,V> field, MapEntry<java.lang.Integer,V> defaultEntry, int fieldNumber)
protected static <V> void
GeneratedMessage. serializeLongMapTo(CodedOutputStream out, MapField<java.lang.Long,V> field, MapEntry<java.lang.Long,V> defaultEntry, int fieldNumber)
private static <K,V>
voidGeneratedMessage. serializeMapTo(CodedOutputStream out, java.util.Map<K,V> m, MapEntry<K,V> defaultEntry, int fieldNumber)
Serialize the map using the iteration order.protected static <V> void
GeneratedMessage. serializeStringMapTo(CodedOutputStream out, MapField<java.lang.String,V> field, MapEntry<java.lang.String,V> defaultEntry, int fieldNumber)
Constructors in com.google.protobuf with parameters of type MapEntry Constructor Description ImmutableMessageConverter(MapEntry<K,V> defaultEntry)
MapField(MapEntry<K,V> defaultEntry, MapField.StorageMode mode, java.util.Map<K,V> mapData)
Metadata(Descriptors.Descriptor descriptor, MapEntry<K,V> defaultInstance, WireFormat.FieldType keyType, WireFormat.FieldType valueType)
-