GNU Trove

Uses of Interface
gnu.trove.TShortFunction

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

Uses of TShortFunction in gnu.trove
 

Methods in gnu.trove with parameters of type TShortFunction
 void TShortShortHashMap.transformValues(TShortFunction function)
          Transform the values in this map using function.
 void TShortArrayList.transformValues(TShortFunction function)
          Transform each value in the list using the specified function.
 void TObjectShortHashMap.transformValues(TShortFunction function)
          Transform the values in this map using function.
 void TLongShortHashMap.transformValues(TShortFunction function)
          Transform the values in this map using function.
 void TIntShortHashMap.transformValues(TShortFunction function)
          Transform the values in this map using function.
 void TFloatShortHashMap.transformValues(TShortFunction function)
          Transform the values in this map using function.
 void TDoubleShortHashMap.transformValues(TShortFunction function)
          Transform the values in this map using function.
 void TByteShortHashMap.transformValues(TShortFunction function)
          Transform the values in this map using function.
 


GNU Trove

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