Interface ObjectIntMap<K>

    • Method Detail

      • clear

        void clear()
      • containsKey

        boolean containsKey​(K key)
      • containsValue

        boolean containsValue​(int value)
      • get

        int get​(K key)
      • isEmpty

        boolean isEmpty()
      • put

        int put​(K key,
                int value)
      • remove

        int remove​(K key)
      • size

        int size()
      • adjustOrPutValue

        int adjustOrPutValue​(K key,
                             int adjust_amount,
                             int put_amount)
      • adjustValue

        boolean adjustValue​(K key,
                            int amount)