Class TSynchronizedByteFloatMap

    • Constructor Detail

      • TSynchronizedByteFloatMap

        public TSynchronizedByteFloatMap(TByteFloatMap m)
    • Method Detail

      • size

        public int size()
      • isEmpty

        public boolean isEmpty()
      • containsKey

        public boolean containsKey(byte key)
      • containsValue

        public boolean containsValue(float value)
      • get

        public float get(byte key)
      • put

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

        public float remove(byte key)
      • putAll

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

        public void clear()
      • keys

        public byte[] keys()
      • keys

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

        public float[] values()
      • values

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

        public byte getNoEntryKey()
      • getNoEntryValue

        public float getNoEntryValue()
      • putIfAbsent

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

        public void transformValues(TFloatFunction function)
      • increment

        public boolean increment(byte key)
      • adjustValue

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

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

        public boolean equals(Object o)
      • hashCode

        public int hashCode()
      • toString

        public String toString()