Uses of Class
com.google.protobuf.MapField.StorageMode
-
Packages that use MapField.StorageMode Package Description com.google.protobuf -
-
Uses of MapField.StorageMode in com.google.protobuf
Fields in com.google.protobuf declared as MapField.StorageMode Modifier and Type Field Description private MapField.StorageMode
MapField. mode
Methods in com.google.protobuf that return MapField.StorageMode Modifier and Type Method Description static MapField.StorageMode
MapField.StorageMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MapField.StorageMode[]
MapField.StorageMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.google.protobuf with parameters of type MapField.StorageMode Constructor Description MapField(MapEntry<K,V> defaultEntry, MapField.StorageMode mode, java.util.Map<K,V> mapData)
MapField(MapField.Converter<K,V> converter, MapField.StorageMode mode, java.util.Map<K,V> mapData)
-