| Package | Description |
|---|---|
| com.google.protobuf |
| Modifier and Type | Field and Description |
|---|---|
private MapField.StorageMode |
MapField.mode |
| Modifier and Type | Method and 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.
|
| Constructor and 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) |