org.apache.commons.collections.bag
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 Summary |
protected int |
value
The value of this mutable. |
value
protected int value
- The value of this mutable.
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
Copyright © 2001-2004 Apache Software Foundation. All Rights Reserved.