Uses of Interface
com.koloboke.function.FloatBinaryOperator

Packages that use FloatBinaryOperator
com.koloboke.collect.map Contains interfaces of Map specializations, their factories and cursors. 
 

Uses of FloatBinaryOperator in com.koloboke.collect.map
 

Methods in com.koloboke.collect.map with parameters of type FloatBinaryOperator
 float ByteFloatMap.merge(byte key, float value, FloatBinaryOperator remappingFunction)
          If the specified key is not already associated with a value, associates it with the given value, otherwise, replaces the value with the results of the given remapping function.
 float CharFloatMap.merge(char key, float value, FloatBinaryOperator remappingFunction)
          If the specified key is not already associated with a value, associates it with the given value, otherwise, replaces the value with the results of the given remapping function.
 float DoubleFloatMap.merge(double key, float value, FloatBinaryOperator remappingFunction)
          If the specified key is not already associated with a value, associates it with the given value, otherwise, replaces the value with the results of the given remapping function.
 float FloatFloatMap.merge(float key, float value, FloatBinaryOperator remappingFunction)
          If the specified key is not already associated with a value, associates it with the given value, otherwise, replaces the value with the results of the given remapping function.
 float IntFloatMap.merge(int key, float value, FloatBinaryOperator remappingFunction)
          If the specified key is not already associated with a value, associates it with the given value, otherwise, replaces the value with the results of the given remapping function.
 float ObjFloatMap.merge(K key, float value, FloatBinaryOperator remappingFunction)
          If the specified key is not already associated with a value, associates it with the given value, otherwise, replaces the value with the results of the given remapping function.
 float LongFloatMap.merge(long key, float value, FloatBinaryOperator remappingFunction)
          If the specified key is not already associated with a value, associates it with the given value, otherwise, replaces the value with the results of the given remapping function.
 float ShortFloatMap.merge(short key, float value, FloatBinaryOperator remappingFunction)
          If the specified key is not already associated with a value, associates it with the given value, otherwise, replaces the value with the results of the given remapping function.