Class TSynchronizedIntCharMap

    • Constructor Detail

      • TSynchronizedIntCharMap

        public TSynchronizedIntCharMap(TIntCharMap m)
      • TSynchronizedIntCharMap

        public TSynchronizedIntCharMap(TIntCharMap m,
                                       Object mutex)
    • Method Detail

      • size

        public int size()
      • isEmpty

        public boolean isEmpty()
      • containsKey

        public boolean containsKey(int key)
      • containsValue

        public boolean containsValue(char value)
      • get

        public char get(int key)
      • put

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

        public char remove(int key)
      • clear

        public void clear()
      • keys

        public int[] keys()
      • keys

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

        public char[] values()
      • values

        public char[] values(char[] array)
      • getNoEntryKey

        public int getNoEntryKey()
      • getNoEntryValue

        public char getNoEntryValue()
      • putIfAbsent

        public char putIfAbsent(int key,
                                char value)
      • forEachKey

        public boolean forEachKey(TIntProcedure procedure)
      • forEachValue

        public boolean forEachValue(TCharProcedure procedure)
      • transformValues

        public void transformValues(TCharFunction function)
      • increment

        public boolean increment(int key)
      • adjustValue

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

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

        public boolean equals(Object o)
      • hashCode

        public int hashCode()
      • toString

        public String toString()