Class AbstractMapBag.MutableInteger
- java.lang.Object
-
- org.apache.commons.collections.bag.AbstractMapBag.MutableInteger
-
- Enclosing class:
- AbstractMapBag
protected static class AbstractMapBag.MutableInteger extends java.lang.Object
Mutable integer class for storing the data.
-
-
Field Summary
Fields Modifier and Type Field Description protected int
value
The value of this mutable.
-
Constructor Summary
Constructors Constructor Description MutableInteger(int value)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
int
hashCode()
-