| Modifier and Type | Class and Description |
|---|---|
static class |
IntArrayKeyMap.IntArray |
| Constructor and Description |
|---|
IntArrayKeyMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object o) |
boolean |
containsValue(Object o) |
Set<Map.Entry<int[],V>> |
entrySet() |
V |
get(Object o) |
boolean |
isEmpty() |
Set<int[]> |
keySet() |
V |
put(int[] ints,
V v) |
void |
putAll(Map<? extends int[],? extends V> map) |
V |
remove(Object o) |
int |
size() |
Collection<V> |
values() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllpublic boolean containsKey(Object o)
containsKey in interface Map<int[],V>public boolean containsValue(Object o)
containsValue in interface Map<int[],V>public Collection<V> values()
Copyright © 2022. All rights reserved.