Uses of Interface
com.gigaspaces.internal.gnu.trove.TObjectFunction
Packages that use TObjectFunction
Package
Description
GNU Trove: High performance collections for Java.
-
Uses of TObjectFunction in com.gigaspaces.internal.gnu.trove
Methods in com.gigaspaces.internal.gnu.trove with parameters of type TObjectFunctionModifier and TypeMethodDescriptionvoidTHashMap.transformValues(TObjectFunction<V, V> function) Transform the values in this map using function.voidTIntObjectHashMap.transformValues(TObjectFunction<V, V> function) Transform the values in this map using function.voidTLongObjectHashMap.transformValues(TObjectFunction<V, V> function) Transform the values in this map using function.voidTShortObjectHashMap.transformValues(TObjectFunction<V, V> function) Transform the values in this map using function.