| Package | Description |
|---|---|
| com.google.api.client.util |
General utilities used throughout this library.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayMap |
ArrayMap.clone()
|
static <K |
ArrayMap.create()
Returns a new instance of an array map with initial capacity of zero.
|
static <K |
ArrayMap.create(int initialCapacity)
Returns a new instance of an array map of the given initial capacity.
|
static <K |
ArrayMap.of(Object
Returns a new instance of an array map of the given key value pairs in alternating order.
|