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 TIntIntHashMap.transformValues(TIntFunction function)
          Transform the values in this map using function.
 void TDoubleIntHashMap.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 TLongIntHashMap.transformValues(TIntFunction function)
          Transform the values in this map using function.
 void TObjectIntHashMap.transformValues(TIntFunction function)
          Transform the values in this map using function.
 void TFloatIntHashMap.transformValues(TIntFunction function)
          Transform the values in this map using function.