Class AbstractMapBag.MutableInteger
- java.lang.Object
-
- org.apache.commons.collections4.bag.AbstractMapBag.MutableInteger
-
- Enclosing class:
- AbstractMapBag<E>
protected static class AbstractMapBag.MutableInteger extends Object
Mutable integer class for storing the data.
-
-
Field Summary
Fields Modifier and Type Field Description protected intvalueThe value of this mutable.
-
Constructor Summary
Constructors Constructor Description MutableInteger(int value)Constructor.
-