V - the value for the map.public class IntArrayKeyMap<V>
extends java.lang.Object
implements java.util.Map<int[],V>
TreeMap| Modifier and Type | Class and Description |
|---|---|
static class |
IntArrayKeyMap.IntArray |
| Constructor and Description |
|---|
IntArrayKeyMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(java.lang.Object o) |
boolean |
containsValue(java.lang.Object o) |
java.util.Set<java.util.Map.Entry<int[],V>> |
entrySet() |
V |
get(java.lang.Object o) |
boolean |
isEmpty() |
java.util.Set<int[]> |
keySet() |
V |
put(int[] ints,
V v) |
void |
putAll(java.util.Map<? extends int[],? extends V> map) |
V |
remove(java.lang.Object o) |
int |
size() |
java.util.Collection<V> |
values() |
public int size()
size in interface java.util.Map<int[],V>public boolean isEmpty()
isEmpty in interface java.util.Map<int[],V>public boolean containsKey(java.lang.Object o)
containsKey in interface java.util.Map<int[],V>public boolean containsValue(java.lang.Object o)
containsValue in interface java.util.Map<int[],V>public void putAll(java.util.Map<? extends int[],? extends V> map)
putAll in interface java.util.Map<int[],V>public void clear()
clear in interface java.util.Map<int[],V>public java.util.Set<int[]> keySet()
keySet in interface java.util.Map<int[],V>public java.util.Collection<V> values()
values in interface java.util.Map<int[],V>Copyright © 2019. All rights reserved.