Uses of Class
com.tangosol.util.processor.NumberIncrementor
Packages that use NumberIncrementor
-
Uses of NumberIncrementor in com.tangosol.util
Methods in com.tangosol.util that return NumberIncrementorModifier and TypeMethodDescriptionstatic <K,
V, N extends Number>
NumberIncrementor<K, V, N> Processors.increment
(PropertyManipulator manipulator, N numInc, boolean fPostIncrement) Construct an increment processor that will increment a property value by a specified amount, returning either the old or the new value as specified.static <K,
V, N extends Number>
NumberIncrementor<K, V, N> Construct an increment processor that will increment a property value by a specified amount, returning either the old or the new value as specified.