Class TSynchronizedCharFloatMap

    • Constructor Detail

      • TSynchronizedCharFloatMap

        public TSynchronizedCharFloatMap(TCharFloatMap m)
    • Method Detail

      • size

        public int size()
      • isEmpty

        public boolean isEmpty()
      • containsKey

        public boolean containsKey(char key)
      • containsValue

        public boolean containsValue(float value)
      • get

        public float get(char key)
      • put

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

        public float remove(char key)
      • clear

        public void clear()
      • keys

        public char[] keys()
      • keys

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

        public float[] values()
      • values

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

        public char getNoEntryKey()
      • getNoEntryValue

        public float getNoEntryValue()
      • putIfAbsent

        public float putIfAbsent(char key,
                                 float value)
      • transformValues

        public void transformValues(TFloatFunction function)
      • increment

        public boolean increment(char key)
      • adjustValue

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

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

        public boolean equals(Object o)
      • hashCode

        public int hashCode()
      • toString

        public String toString()