GNU Trove

Uses of Interface
gnu.trove.TFloatFunction

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

Uses of TFloatFunction in gnu.trove
 

Methods in gnu.trove with parameters of type TFloatFunction
 void TObjectFloatHashMap.transformValues(TFloatFunction function)
          Transform the values in this map using function.
 void TLongFloatHashMap.transformValues(TFloatFunction function)
          Transform the values in this map using function.
 void TIntFloatHashMap.transformValues(TFloatFunction function)
          Transform the values in this map using function.
 void TFloatFloatHashMap.transformValues(TFloatFunction function)
          Transform the values in this map using function.
 void TFloatArrayList.transformValues(TFloatFunction function)
          Transform each value in the list using the specified function.
 void TDoubleFloatHashMap.transformValues(TFloatFunction function)
          Transform the values in this map using function.
 


GNU Trove

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