GNU Trove

Uses of Interface
gnu.trove.TIntFunction

Packages that use TIntFunction
gnu.trove GNU Trove: High performance collections for Java. 
 

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.
 


GNU Trove

GNU Trove is copyright © 2001-2003 Eric D. Friedman. All Rights Reserved.