Uses of Interface
net.openhft.koloboke.function.ShortBinaryOperator

Packages that use ShortBinaryOperator
net.openhft.koloboke.collect.map Contains interfaces of Map specializations, their factories and cursors. 
 

Uses of ShortBinaryOperator in net.openhft.koloboke.collect.map
 

Methods in net.openhft.koloboke.collect.map with parameters of type ShortBinaryOperator
 short ByteShortMap.merge(byte key, short value, ShortBinaryOperator 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.
 short CharShortMap.merge(char key, short value, ShortBinaryOperator 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.
 short DoubleShortMap.merge(double key, short value, ShortBinaryOperator 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.
 short FloatShortMap.merge(float key, short value, ShortBinaryOperator 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.
 short IntShortMap.merge(int key, short value, ShortBinaryOperator 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.
 short ObjShortMap.merge(K key, short value, ShortBinaryOperator 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.
 short LongShortMap.merge(long key, short value, ShortBinaryOperator 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.
 short ShortShortMap.merge(short key, short value, ShortBinaryOperator 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.