Uses of Interface
gnu.trove.TIntFunction
Packages that use TIntFunction
-
Uses of TIntFunction in gnu.trove
Methods in gnu.trove with parameters of type TIntFunctionModifier and TypeMethodDescriptionvoidTByteIntHashMap.transformValues(TIntFunction function) Transform the values in this map using function.voidTDoubleIntHashMap.transformValues(TIntFunction function) Transform the values in this map using function.voidTFloatIntHashMap.transformValues(TIntFunction function) Transform the values in this map using function.voidTIntArrayList.transformValues(TIntFunction function) Transform each value in the list using the specified function.voidTIntIntHashMap.transformValues(TIntFunction function) Transform the values in this map using function.voidTLongIntHashMap.transformValues(TIntFunction function) Transform the values in this map using function.voidTObjectIntHashMap.transformValues(TIntFunction function) Transform the values in this map using function.voidTShortIntHashMap.transformValues(TIntFunction function) Transform the values in this map using function.