org.apache.commons.collections.bag
Class AbstractMapBag.MutableInteger

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

protected static class AbstractMapBag.MutableInteger
extends java.lang.Object

Mutable integer class for storing the data.


Field Summary
protected  int value
          The value of this mutable.
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected int value
The value of this mutable.

Method Detail

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved.