Uses of Interface
gnu.trove.TFloatFunction
Packages that use TFloatFunction
-
Uses of TFloatFunction in gnu.trove
Methods in gnu.trove with parameters of type TFloatFunctionModifier and TypeMethodDescriptionvoidTByteFloatHashMap.transformValues(TFloatFunction function) Transform the values in this map using function.voidTDoubleFloatHashMap.transformValues(TFloatFunction function) Transform the values in this map using function.voidTFloatArrayList.transformValues(TFloatFunction function) Transform each value in the list using the specified function.voidTFloatFloatHashMap.transformValues(TFloatFunction function) Transform the values in this map using function.voidTIntFloatHashMap.transformValues(TFloatFunction function) Transform the values in this map using function.voidTLongFloatHashMap.transformValues(TFloatFunction function) Transform the values in this map using function.voidTObjectFloatHashMap.transformValues(TFloatFunction function) Transform the values in this map using function.voidTShortFloatHashMap.transformValues(TFloatFunction function) Transform the values in this map using function.