protected static class

AbstractMapBag.MutableInteger

extends Object
java.lang.Object
   ↳ org.apache.commons.collections.bag.AbstractMapBag.MutableInteger

Class Overview

Mutable integer class for storing the data.

Summary

Fields
protected int value The value of this mutable.
Public Methods
boolean equals(Object obj)
int hashCode()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected int value

The value of this mutable.

Public Methods

public boolean equals (Object obj)

public int hashCode ()