Class TSynchronizedObjectIntMap<K>

    • Constructor Detail

      • TSynchronizedObjectIntMap

        public TSynchronizedObjectIntMap(TObjectIntMap<K> m)
    • Method Detail

      • size

        public int size()
      • isEmpty

        public boolean isEmpty()
      • containsKey

        public boolean containsKey(Object key)
      • containsValue

        public boolean containsValue(int value)
      • get

        public int get(Object key)
      • put

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

        public int remove(Object key)
      • putAll

        public void putAll(Map<? extends K,? extends Integer> map)
      • clear

        public void clear()
      • keySet

        public Set<K> keySet()
      • keys

        public Object[] keys()
      • keys

        public K[] keys(K[] array)
      • values

        public int[] values()
      • values

        public int[] values(int[] array)
      • getNoEntryValue

        public int getNoEntryValue()
      • putIfAbsent

        public int putIfAbsent(K key,
                               int value)
      • forEachValue

        public boolean forEachValue(TIntProcedure procedure)
      • transformValues

        public void transformValues(TIntFunction function)
      • increment

        public boolean increment(K key)
      • adjustValue

        public boolean adjustValue(K key,
                                   int amount)
      • adjustOrPutValue

        public int adjustOrPutValue(K key,
                                    int adjust_amount,
                                    int put_amount)
      • equals

        public boolean equals(Object o)
      • hashCode

        public int hashCode()
      • toString

        public String toString()