Class AbstractMapBag.MutableInteger

java.lang.Object
org.apache.commons.collections.bag.AbstractMapBag.MutableInteger
Enclosing class:
AbstractMapBag

protected static class AbstractMapBag.MutableInteger extends Object
Mutable integer class for storing the data.
  • Field Details

    • value

      protected int value
      The value of this mutable.
  • Method Details