Uses of Interface
gnu.trove.TShortFunction
Packages that use TShortFunction
-
Uses of TShortFunction in gnu.trove
Methods in gnu.trove with parameters of type TShortFunctionModifier and TypeMethodDescriptionvoid
TByteShortHashMap.transformValues
(TShortFunction function) Transform the values in this map using function.void
TDoubleShortHashMap.transformValues
(TShortFunction function) Transform the values in this map using function.void
TFloatShortHashMap.transformValues
(TShortFunction function) Transform the values in this map using function.void
TIntShortHashMap.transformValues
(TShortFunction function) Transform the values in this map using function.void
TLongShortHashMap.transformValues
(TShortFunction function) Transform the values in this map using function.void
TObjectShortHashMap.transformValues
(TShortFunction function) Transform the values in this map using function.void
TShortArrayList.transformValues
(TShortFunction function) Transform each value in the list using the specified function.void
TShortShortHashMap.transformValues
(TShortFunction function) Transform the values in this map using function.