Uses of Interface
gnu.trove.TShortFunction

Packages that use TShortFunction
gnu.trove   
 

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.