Class TSynchronizedFloatByteMap

    • Constructor Detail

      • TSynchronizedFloatByteMap

        public TSynchronizedFloatByteMap(TFloatByteMap m)
    • Method Detail

      • size

        public int size()
      • isEmpty

        public boolean isEmpty()
      • containsKey

        public boolean containsKey(float key)
      • containsValue

        public boolean containsValue(byte value)
      • get

        public byte get(float key)
      • put

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

        public byte remove(float key)
      • putAll

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

        public void clear()
      • keys

        public float[] keys()
      • keys

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

        public byte[] values()
      • values

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

        public float getNoEntryKey()
      • getNoEntryValue

        public byte getNoEntryValue()
      • putIfAbsent

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

        public boolean forEachValue(TByteProcedure procedure)
      • transformValues

        public void transformValues(TByteFunction function)
      • increment

        public boolean increment(float key)
      • adjustValue

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

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

        public boolean equals(Object o)
      • hashCode

        public int hashCode()
      • toString

        public String toString()