Uses of Interface
gnu.trove.TByteFunction
Packages that use TByteFunction
-
Uses of TByteFunction in gnu.trove
Methods in gnu.trove with parameters of type TByteFunctionModifier and TypeMethodDescriptionvoidTByteArrayList.transformValues(TByteFunction function) Transform each value in the list using the specified function.voidTByteByteHashMap.transformValues(TByteFunction function) Transform the values in this map using function.voidTDoubleByteHashMap.transformValues(TByteFunction function) Transform the values in this map using function.voidTFloatByteHashMap.transformValues(TByteFunction function) Transform the values in this map using function.voidTIntByteHashMap.transformValues(TByteFunction function) Transform the values in this map using function.voidTLongByteHashMap.transformValues(TByteFunction function) Transform the values in this map using function.voidTObjectByteHashMap.transformValues(TByteFunction function) Transform the values in this map using function.voidTShortByteHashMap.transformValues(TByteFunction function) Transform the values in this map using function.