Class TSynchronizedFloatShortMap

    • Constructor Detail

      • TSynchronizedFloatShortMap

        public TSynchronizedFloatShortMap(TFloatShortMap m)
    • Method Detail

      • size

        public int size()
      • isEmpty

        public boolean isEmpty()
      • containsKey

        public boolean containsKey(float key)
      • containsValue

        public boolean containsValue(short value)
      • get

        public short get(float key)
      • put

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

        public short remove(float key)
      • putAll

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

        public void clear()
      • keys

        public float[] keys()
      • keys

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

        public short[] values()
      • values

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

        public float getNoEntryKey()
      • getNoEntryValue

        public short getNoEntryValue()
      • putIfAbsent

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

        public void transformValues(TShortFunction function)
      • increment

        public boolean increment(float key)
      • adjustValue

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

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

        public boolean equals(Object o)
      • hashCode

        public int hashCode()
      • toString

        public String toString()