Class IntArrayKeyMap<V>

  • All Implemented Interfaces:
    Map<int[],​V>

    public class IntArrayKeyMap<V>
    extends Object
    implements Map<int[],​V>
    • Constructor Detail

      • IntArrayKeyMap

        public IntArrayKeyMap()
    • Method Detail

      • size

        public int size()
        Specified by:
        size in interface Map<int[],​V>
      • isEmpty

        public boolean isEmpty()
        Specified by:
        isEmpty in interface Map<int[],​V>
      • containsKey

        public boolean containsKey​(Object o)
        Specified by:
        containsKey in interface Map<int[],​V>
      • containsValue

        public boolean containsValue​(Object o)
        Specified by:
        containsValue in interface Map<int[],​V>
      • get

        public V get​(Object o)
        Specified by:
        get in interface Map<int[],​V>
      • put

        public V put​(int[] ints,
                     V v)
        Specified by:
        put in interface Map<int[],​V>
      • remove

        public V remove​(Object o)
        Specified by:
        remove in interface Map<int[],​V>
      • putAll

        public void putAll​(Map<? extends int[],​? extends V> map)
        Specified by:
        putAll in interface Map<int[],​V>
      • clear

        public void clear()
        Specified by:
        clear in interface Map<int[],​V>
      • keySet

        public Set<int[]> keySet()
        Specified by:
        keySet in interface Map<int[],​V>