Uses of Class
com.google.protobuf.MapFieldLite
Packages that use MapFieldLite
-
Uses of MapFieldLite in com.google.protobuf
Methods in com.google.protobuf that return MapFieldLiteModifier and TypeMethodDescriptionstatic <K,V> MapFieldLite<K, V> MapFieldLite.emptyMapField()Returns a singleton immutable empty MapFieldLite instance.MapFieldLite.mutableCopy()Returns a deep copy of this map field.Methods in com.google.protobuf with parameters of type MapFieldLiteModifier and TypeMethodDescriptionvoidMapFieldLite.mergeFrom(MapFieldLite<K, V> other) voidMapEntryLite.parseInto(MapFieldLite<K, V> map, CodedInputStream input, ExtensionRegistryLite extensionRegistry) Parses an entry off of the input into the map.