| Package | Description |
|---|---|
| android.support.v4.util |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayMap<K,V>
ArrayMap is a generic key->value mapping data structure that is
designed to be more memory efficient than a traditional
HashMap,
this implementation is a version of the platform's
{android.util.ArrayMap} that can be used on older versions of the platform. |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleArrayMap.putAll(SimpleArrayMap<? extends K,? extends V> array)
Perform a
put(Object, Object) of all key/value pairs in array |
| Constructor and Description |
|---|
ArrayMap(SimpleArrayMap map)
Create a new ArrayMap with the mappings from the given ArrayMap.
|
SimpleArrayMap(SimpleArrayMap map)
Create a new ArrayMap with the mappings from the given ArrayMap.
|
Copyright © 2015. All rights reserved.