Uses of Interface
com.gigaspaces.internal.gnu.trove.TIntFunction
Packages that use TIntFunction
Package
Description
GNU Trove: High performance collections for Java.
-
Uses of TIntFunction in com.gigaspaces.internal.gnu.trove
Methods in com.gigaspaces.internal.gnu.trove with parameters of type TIntFunctionModifier and TypeMethodDescriptionvoidTIntArrayList.transformValues(TIntFunction function) Transform each value in the list using the specified function.voidTObjectIntHashMap.transformValues(TIntFunction function) Transform the values in this map using function.