Uses of Class
com.google.protobuf.MapField
-
Packages that use MapField Package Description com.google.protobuf -
-
Uses of MapField in com.google.protobuf
Methods in com.google.protobuf that return MapField Modifier and Type Method Description MapField<KeyT,MessageT>MapFieldBuilder. build(MapEntry<KeyT,MessageT> defaultEntry)Converts this MapFieldBuilder to a MapField.MapField<K,V>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.protected MapFieldGeneratedMessage.Builder. internalGetMapField(int fieldNumber)Gets the map field with the given field number.protected MapFieldGeneratedMessage. internalGetMapField(int fieldNumber)Gets the map field with the given field number.protected MapFieldGeneratedMessageV3.Builder. internalGetMapField(int fieldNumber)Deprecated.protected MapFieldGeneratedMessageV3. internalGetMapField(int fieldNumber)Deprecated.protected MapFieldGeneratedMessage.Builder. internalGetMutableMapField(int fieldNumber)LikeGeneratedMessage.Builder.internalGetMapField(int)but return a mutable version.protected MapFieldGeneratedMessageV3.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 MapField Modifier and Type Method Description voidMapField. mergeFrom(MapField<K,V> other)voidMapFieldBuilder. mergeFrom(MapField<KeyT,MessageT> other)protected static <V> voidGeneratedMessageV3. serializeBooleanMapTo(CodedOutputStream out, MapField<java.lang.Boolean,V> field, MapEntry<java.lang.Boolean,V> defaultEntry, int fieldNumber)protected static <V> voidGeneratedMessageV3. serializeIntegerMapTo(CodedOutputStream out, MapField<java.lang.Integer,V> field, MapEntry<java.lang.Integer,V> defaultEntry, int fieldNumber)protected static <V> voidGeneratedMessageV3. serializeLongMapTo(CodedOutputStream out, MapField<java.lang.Long,V> field, MapEntry<java.lang.Long,V> defaultEntry, int fieldNumber)protected static <V> voidGeneratedMessageV3. serializeStringMapTo(CodedOutputStream out, MapField<java.lang.String,V> field, MapEntry<java.lang.String,V> defaultEntry, int fieldNumber)
-