Modifier and Type | Method and Description |
---|---|
MapFieldLite<K,V> |
MapFieldLite.copy()
Returns a deep copy of this map field.
|
static <K,V> MapFieldLite<K,V> |
MapFieldLite.emptyMapField()
Returns an singleton immutable empty MapFieldLite instance.
|
static <K,V> MapFieldLite<K,V> |
MapFieldLite.newMapField()
Creates a new MapFieldLite instance.
|
Modifier and Type | Method and Description |
---|---|
void |
MapFieldLite.mergeFrom(MapFieldLite<K,V> other) |
Copyright © 2008–2015 Google. All rights reserved.