Class AbstractMapBag.MutableInteger
java.lang.Object
org.apache.commons.collections4.bag.AbstractMapBag.MutableInteger
- Enclosing class:
AbstractMapBag<E>
Mutable integer class for storing the data.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
value
protected int valueThe value of this mutable.
-
-
Constructor Details
-
MutableInteger
MutableInteger(int value) Constructor.- Parameters:
value
- the initial value
-
-
Method Details