Uses of Interface
com.gigaspaces.internal.gnu.trove.TShortFunction
Packages that use TShortFunction
Package
Description
GNU Trove: High performance collections for Java.
-
Uses of TShortFunction in com.gigaspaces.internal.gnu.trove
Methods in com.gigaspaces.internal.gnu.trove with parameters of type TShortFunctionModifier and TypeMethodDescriptionvoidTObjectShortHashMap.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.