Uses of Interface
com.koloboke.function.DoubleBinaryOperator

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

Uses of DoubleBinaryOperator in com.koloboke.collect.map
 

Methods in com.koloboke.collect.map with parameters of type DoubleBinaryOperator
 double ByteDoubleMap.merge(byte key, double value, DoubleBinaryOperator 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.
 double CharDoubleMap.merge(char key, double value, DoubleBinaryOperator 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.
 double DoubleDoubleMap.merge(double key, double value, DoubleBinaryOperator 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.
 double FloatDoubleMap.merge(float key, double value, DoubleBinaryOperator 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.
 double IntDoubleMap.merge(int key, double value, DoubleBinaryOperator 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.
 double ObjDoubleMap.merge(K key, double value, DoubleBinaryOperator 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.
 double LongDoubleMap.merge(long key, double value, DoubleBinaryOperator 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.
 double ShortDoubleMap.merge(short key, double value, DoubleBinaryOperator 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.