Searched defs:SimpleArrayMap (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/collection/src/main/java/androidx/collection/
H A DSimpleArrayMap.java30 public class SimpleArrayMap<K, V> { class
233 public SimpleArrayMap() { method in class:SimpleArrayMap
242 public SimpleArrayMap(int capacity) { method in class:SimpleArrayMap
255 public SimpleArrayMap(SimpleArrayMap<K, V> map) { method in class:SimpleArrayMap
474 public void putAll(SimpleArrayMap<? extends K, ? extends V> array) {
581 * SimpleArrayMap, or if the maps have different sizes. Otherwise, for each
590 if (object instanceof SimpleArrayMap) {
591 SimpleArrayMap<?, ?> map = (SimpleArrayMap<
[all...]

Completed in 85 milliseconds