Uses of Class
org.apache.commons.lang3.mutable.MutableInt
Packages that use MutableInt
Package
Description
Provides highly reusable utility methods, chiefly concerned with adding value to the
java.lang classes.Provides typed mutable wrappers to primitive values and Object.
-
Uses of MutableInt in org.apache.commons.lang3
Method parameters in org.apache.commons.lang3 with type arguments of type MutableIntModifier and TypeMethodDescription(package private) static <K> voidArrayUtils.increment(Map<K, MutableInt> occurrences, K boxed) -
Uses of MutableInt in org.apache.commons.lang3.mutable
Methods in org.apache.commons.lang3.mutable with parameters of type MutableIntModifier and TypeMethodDescriptionintMutableInt.compareTo(MutableInt other) Compares this mutable to another in ascending order.