GNU Trove

Uses of Interface
gnu.trove.TLongFunction

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

Uses of TLongFunction in gnu.trove
 

Methods in gnu.trove with parameters of type TLongFunction
 void TObjectLongHashMap.transformValues(TLongFunction function)
          Transform the values in this map using function.
 void TLongLongHashMap.transformValues(TLongFunction function)
          Transform the values in this map using function.
 void TLongArrayList.transformValues(TLongFunction function)
          Transform each value in the list using the specified function.
 void TIntLongHashMap.transformValues(TLongFunction function)
          Transform the values in this map using function.
 void TFloatLongHashMap.transformValues(TLongFunction function)
          Transform the values in this map using function.
 void TDoubleLongHashMap.transformValues(TLongFunction function)
          Transform the values in this map using function.
 


GNU Trove

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