org.apache.commons.collections.bag

Class 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(Object obj)
int
hashCode()

Field Details

value

protected int value
The value of this mutable.

Method Details

equals

public boolean equals(Object obj)

hashCode

public int hashCode()

Copyright © 2001-2006 Apache Software Foundation. All Rights Reserved.