|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ArrayMap | |
---|---|
com.google.api.client.util | General utilities used throughout this library. |
Uses of ArrayMap in com.google.api.client.util |
---|
Fields in com.google.api.client.util declared as ArrayMap | |
---|---|
ArrayMap<String,Object> |
GenericData.unknownFields
Deprecated. (scheduled to be made private in 1.6) Use GenericData.getUnknownKeys() |
Methods in com.google.api.client.util that return ArrayMap | ||
---|---|---|
ArrayMap<K,V> |
ArrayMap.clone()
|
|
static
|
ArrayMap.create()
Returns a new instance of an array map with initial capacity of zero. |
|
static
|
ArrayMap.create(int initialCapacity)
Returns a new instance of an array map of the given initial capacity. |
|
static
|
ArrayMap.of(Object... keyValuePairs)
Returns a new instance of an array map of the given key value pairs in alternating order. |
Methods in com.google.api.client.util with parameters of type ArrayMap | |
---|---|
void |
GenericData.setUnknownKeys(ArrayMap<String,Object> unknownKeys)
Sets the map of unknown data key name to value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |