Uses of Interface
gnu.trove.TFloatFunction

Packages that use TFloatFunction
gnu.trove   
 

Uses of TFloatFunction in gnu.trove
 

Methods in gnu.trove with parameters of type TFloatFunction
 void TObjectFloatHashMap.transformValues(TFloatFunction function)
          Transform the values in this map using function.
 void TLongFloatHashMap.transformValues(TFloatFunction function)
          Transform the values in this map using function.
 void TIntFloatHashMap.transformValues(TFloatFunction function)
          Transform the values in this map using function.
 void TFloatFloatHashMap.transformValues(TFloatFunction function)
          Transform the values in this map using function.
 void TFloatArrayList.transformValues(TFloatFunction function)
          Transform each value in the list using the specified function.
 void TDoubleFloatHashMap.transformValues(TFloatFunction function)
          Transform the values in this map using function.