Class TSynchronizedFloatIntMap

    • Constructor Detail

      • TSynchronizedFloatIntMap

        public TSynchronizedFloatIntMap(TFloatIntMap m)
      • TSynchronizedFloatIntMap

        public TSynchronizedFloatIntMap(TFloatIntMap m,
                                        Object mutex)
    • Method Detail

      • size

        public int size()
      • isEmpty

        public boolean isEmpty()
      • containsKey

        public boolean containsKey(float key)
      • containsValue

        public boolean containsValue(int value)
      • get

        public int get(float key)
      • put

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

        public int remove(float key)
      • clear

        public void clear()
      • keys

        public float[] keys()
      • keys

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

        public int[] values()
      • values

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

        public float getNoEntryKey()
      • getNoEntryValue

        public int getNoEntryValue()
      • putIfAbsent

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

        public boolean forEachValue(TIntProcedure procedure)
      • transformValues

        public void transformValues(TIntFunction function)
      • increment

        public boolean increment(float key)
      • adjustValue

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

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

        public boolean equals(Object o)
      • hashCode

        public int hashCode()
      • toString

        public String toString()