Uses of Interface
gnu.trove.TIntFunction

Packages that use TIntFunction
gnu.trove   
 

Uses of TIntFunction in gnu.trove
 

Methods in gnu.trove with parameters of type TIntFunction
 void TObjectIntHashMap.transformValues(TIntFunction function)
          Transform the values in this map using function.
 void TLongIntHashMap.transformValues(TIntFunction function)
          Transform the values in this map using function.
 void TIntIntHashMap.transformValues(TIntFunction function)
          Transform the values in this map using function.
 void TIntArrayList.transformValues(TIntFunction function)
          Transform each value in the list using the specified function.
 void TFloatIntHashMap.transformValues(TIntFunction function)
          Transform the values in this map using function.
 void TDoubleIntHashMap.transformValues(TIntFunction function)
          Transform the values in this map using function.