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 TLongObjectHashMap.transformValues(TObjectFunction function)
          Transform the values in this map using function.
 void TIntObjectHashMap.transformValues(TObjectFunction function)
          Transform the values in this map using function.
 void THashMap.transformValues(TObjectFunction function)
          Transform the values in this map using function.
 void TFloatObjectHashMap.transformValues(TObjectFunction function)
          Transform the values in this map using function.
 void TDoubleObjectHashMap.transformValues(TObjectFunction function)
          Transform the values in this map using function.
 


GNU Trove

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