Class TSynchronizedFloatFloatMap

    • Constructor Detail

      • TSynchronizedFloatFloatMap

        public TSynchronizedFloatFloatMap(TFloatFloatMap m)
    • Method Detail

      • size

        public int size()
      • isEmpty

        public boolean isEmpty()
      • containsKey

        public boolean containsKey(float key)
      • containsValue

        public boolean containsValue(float value)
      • get

        public float get(float key)
      • put

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

        public float remove(float key)
      • putAll

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

        public void clear()
      • keys

        public float[] keys()
      • keys

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

        public float[] values()
      • values

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

        public float getNoEntryKey()
      • getNoEntryValue

        public float getNoEntryValue()
      • putIfAbsent

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

        public void transformValues(TFloatFunction function)
      • increment

        public boolean increment(float key)
      • adjustValue

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

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

        public boolean equals(Object o)
      • hashCode

        public int hashCode()
      • toString

        public String toString()