Class AbstractMapMultiSet.MutableInteger

  • Enclosing class:
    AbstractMapMultiSet<E>

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

      • value

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

      • MutableInteger

        MutableInteger​(int value)
        Constructor.
        Parameters:
        value - the initial value