GNU Trove

Uses of Interface
gnu.trove.TDoubleFunction

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

Uses of TDoubleFunction in gnu.trove
 

Methods in gnu.trove with parameters of type TDoubleFunction
 void TShortDoubleHashMap.transformValues(TDoubleFunction function)
          Transform the values in this map using function.
 void TObjectDoubleHashMap.transformValues(TDoubleFunction function)
          Transform the values in this map using function.
 void TLongDoubleHashMap.transformValues(TDoubleFunction function)
          Transform the values in this map using function.
 void TIntDoubleHashMap.transformValues(TDoubleFunction function)
          Transform the values in this map using function.
 void TFloatDoubleHashMap.transformValues(TDoubleFunction function)
          Transform the values in this map using function.
 void TDoubleDoubleHashMap.transformValues(TDoubleFunction function)
          Transform the values in this map using function.
 void TDoubleArrayList.transformValues(TDoubleFunction function)
          Transform each value in the list using the specified function.
 void TByteDoubleHashMap.transformValues(TDoubleFunction function)
          Transform the values in this map using function.
 


GNU Trove

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