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 TypeMethodDescriptionvoid
TByteFloatHashMap.transformValues
(TFloatFunction function) Transform the values in this map using function.void
TDoubleFloatHashMap.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
TFloatFloatHashMap.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
TLongFloatHashMap.transformValues
(TFloatFunction function) Transform the values in this map using function.void
TObjectFloatHashMap.transformValues
(TFloatFunction function) Transform the values in this map using function.void
TShortFloatHashMap.transformValues
(TFloatFunction function) Transform the values in this map using function.