Uses of Interface
com.koloboke.function.CharBinaryOperator

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

Uses of CharBinaryOperator in com.koloboke.collect.map
 

Methods in com.koloboke.collect.map with parameters of type CharBinaryOperator
 char ByteCharMap.merge(byte key, char value, CharBinaryOperator 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.
 char CharCharMap.merge(char key, char value, CharBinaryOperator 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.
 char DoubleCharMap.merge(double key, char value, CharBinaryOperator 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.
 char FloatCharMap.merge(float key, char value, CharBinaryOperator 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.
 char IntCharMap.merge(int key, char value, CharBinaryOperator 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.
 char ObjCharMap.merge(K key, char value, CharBinaryOperator 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.
 char LongCharMap.merge(long key, char value, CharBinaryOperator 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.
 char ShortCharMap.merge(short key, char value, CharBinaryOperator 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.