Uses of Class
com.google.api.client.util.ArrayMap
Packages that use ArrayMap
-
Uses of ArrayMap in com.google.api.client.util
Methods in com.google.api.client.util that return ArrayMapModifier and TypeMethodDescriptionArrayMap.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> Returns a new instance of an array map of the given key value pairs in alternating order.