Package org.nd4j.common.collection
Class IntArrayKeyMap<V>
- java.lang.Object
-
- org.nd4j.common.collection.IntArrayKeyMap<V>
-
-
Constructor Summary
Constructors Constructor Description IntArrayKeyMap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()booleancontainsKey(Object o)booleancontainsValue(Object o)Set<Map.Entry<int[],V>>entrySet()Vget(Object o)booleanisEmpty()Set<int[]>keySet()Vput(int[] ints, V v)voidputAll(Map<? extends int[],? extends V> map)Vremove(Object o)intsize()Collection<V>values()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
-
-
Method Detail
-
containsKey
public boolean containsKey(Object o)
- Specified by:
containsKeyin interfaceMap<int[],V>
-
containsValue
public boolean containsValue(Object o)
- Specified by:
containsValuein interfaceMap<int[],V>
-
values
public Collection<V> values()
-
-