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 TypeMethodDescriptionvoidTByteShortHashMap.transformValues(TShortFunction function) Transform the values in this map using function.voidTDoubleShortHashMap.transformValues(TShortFunction function) Transform the values in this map using function.voidTFloatShortHashMap.transformValues(TShortFunction function) Transform the values in this map using function.voidTIntShortHashMap.transformValues(TShortFunction function) Transform the values in this map using function.voidTLongShortHashMap.transformValues(TShortFunction function) Transform the values in this map using function.voidTObjectShortHashMap.transformValues(TShortFunction function) Transform the values in this map using function.voidTShortArrayList.transformValues(TShortFunction function) Transform each value in the list using the specified function.voidTShortShortHashMap.transformValues(TShortFunction function) Transform the values in this map using function.