Class AbstractMapMultiSet.MutableInteger

java.lang.Object
org.apache.commons.collections4.multiset.AbstractMapMultiSet.MutableInteger
Enclosing class:
AbstractMapMultiSet<E>

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

    • value

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

    • MutableInteger

      MutableInteger(int value)
      Constructor.
      Parameters:
      value - the initial value
  • Method Details