GNU Trove

Uses of Interface
gnu.trove.TObjectFunction

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

Uses of TObjectFunction in gnu.trove
 

Methods in gnu.trove with parameters of type TObjectFunction
 void THashMap.transformValues(TObjectFunction<V,V> function)
          Transform the values in this map using function.
 void TByteObjectHashMap.transformValues(TObjectFunction<V,V> function)
          Transform the values in this map using function.
 void TDoubleObjectHashMap.transformValues(TObjectFunction<V,V> function)
          Transform the values in this map using function.
 void TFloatObjectHashMap.transformValues(TObjectFunction<V,V> function)
          Transform the values in this map using function.
 void TIntObjectHashMap.transformValues(TObjectFunction<V,V> function)
          Transform the values in this map using function.
 void TLongObjectHashMap.transformValues(TObjectFunction<V,V> function)
          Transform the values in this map using function.
 void TShortObjectHashMap.transformValues(TObjectFunction<V,V> function)
          Transform the values in this map using function.
 


GNU Trove

GNU Trove is copyright ? 2001-2008 Eric D. Friedman. All Rights Reserved.