Uses of Interface
gnu.trove.TLongFunction
Packages that use TLongFunction
-
Uses of TLongFunction in gnu.trove
Methods in gnu.trove with parameters of type TLongFunctionModifier and TypeMethodDescriptionvoidTByteLongHashMap.transformValues(TLongFunction function) Transform the values in this map using function.voidTDoubleLongHashMap.transformValues(TLongFunction function) Transform the values in this map using function.voidTFloatLongHashMap.transformValues(TLongFunction function) Transform the values in this map using function.voidTIntLongHashMap.transformValues(TLongFunction function) Transform the values in this map using function.voidTLongArrayList.transformValues(TLongFunction function) Transform each value in the list using the specified function.voidTLongLongHashMap.transformValues(TLongFunction function) Transform the values in this map using function.voidTObjectLongHashMap.transformValues(TLongFunction function) Transform the values in this map using function.voidTShortLongHashMap.transformValues(TLongFunction function) Transform the values in this map using function.