Uses of Interface
gnu.trove.TDoubleFunction
Packages that use TDoubleFunction
-
Uses of TDoubleFunction in gnu.trove
Methods in gnu.trove with parameters of type TDoubleFunctionModifier and TypeMethodDescriptionvoid
TByteDoubleHashMap.transformValues
(TDoubleFunction function) Transform the values in this map using function.void
TDoubleArrayList.transformValues
(TDoubleFunction function) Transform each value in the list using the specified function.void
TDoubleDoubleHashMap.transformValues
(TDoubleFunction function) Transform the values in this map using function.void
TFloatDoubleHashMap.transformValues
(TDoubleFunction function) Transform the values in this map using function.void
TIntDoubleHashMap.transformValues
(TDoubleFunction function) Transform the values in this map using function.void
TLongDoubleHashMap.transformValues
(TDoubleFunction function) Transform the values in this map using function.void
TObjectDoubleHashMap.transformValues
(TDoubleFunction function) Transform the values in this map using function.void
TShortDoubleHashMap.transformValues
(TDoubleFunction function) Transform the values in this map using function.