Package | Description |
---|---|
com.google.protobuf |
Modifier and Type | Method and Description |
---|---|
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.
|
static <K,V> MapField<K,V> |
MapField.newMapField(MapEntry<K,V> defaultEntry)
Creates a new mutable empty MapField.
|
Modifier and Type | Method and Description |
---|---|
void |
MapField.mergeFrom(MapField<K,V> other) |