GNU Trove

Uses of Interface
gnu.trove.TByteFunction

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

Uses of TByteFunction in gnu.trove
 

Methods in gnu.trove with parameters of type TByteFunction
 void TShortByteHashMap.transformValues(TByteFunction function)
          Transform the values in this map using function.
 void TObjectByteHashMap.transformValues(TByteFunction function)
          Transform the values in this map using function.
 void TLongByteHashMap.transformValues(TByteFunction function)
          Transform the values in this map using function.
 void TIntByteHashMap.transformValues(TByteFunction function)
          Transform the values in this map using function.
 void TFloatByteHashMap.transformValues(TByteFunction function)
          Transform the values in this map using function.
 void TDoubleByteHashMap.transformValues(TByteFunction function)
          Transform the values in this map using function.
 void TByteByteHashMap.transformValues(TByteFunction function)
          Transform the values in this map using function.
 void TByteArrayList.transformValues(TByteFunction function)
          Transform each value in the list using the specified function.
 


GNU Trove

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