Package | Description |
---|---|
com.google.api.client.util |
General utilities used throughout this library.
|
Modifier and Type | Method and Description |
---|---|
ArrayMap<K,V> |
ArrayMap.clone() |
static <K,V> ArrayMap<K,V> |
ArrayMap.create()
Returns a new instance of an array map with initial capacity of zero.
|
static <K,V> ArrayMap<K,V> |
ArrayMap.create(int initialCapacity)
Returns a new instance of an array map of the given initial capacity.
|
static <K,V> ArrayMap<K,V> |
ArrayMap.of(Object... keyValuePairs)
Returns a new instance of an array map of the given key value pairs in alternating order.
|
Copyright © 2011–2022 Google. All rights reserved.