Uses of Class
com.google.protobuf.MapFieldLite
Packages that use MapFieldLite
-
Uses of MapFieldLite in com.google.protobuf
Fields in com.google.protobuf declared as MapFieldLiteModifier and TypeFieldDescriptionprivate static final MapFieldLite<?, ?> MapFieldLite.EMPTY_MAP_FIELDMethods in com.google.protobuf that return MapFieldLiteModifier and TypeMethodDescriptionstatic <K,V> MapFieldLite <K, V> MapFieldLite.emptyMapField()Returns a singleton immutable empty MapFieldLite instance.private static <K,V> MapFieldLite <K, V> MapFieldSchemaLite.mergeFromLite(Object destMapField, Object srcMapField) 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.