Class AbstractMapBag.MutableInteger
java.lang.Object
org.apache.commons.collections4.bag.AbstractMapBag.MutableInteger
- Enclosing class:
AbstractMapBag<E>
Mutable integer class for storing the data.
- Since:
- 3.0 (previously DefaultMapBag v2.0)
-
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
-
equals
-
hashCode
-