org.apache.commons.collections.bag

Class AbstractMapBag.MutableInteger

protected static class AbstractMapBag.MutableInteger extends Object

Mutable integer class for storing the data.
Field Summary
protected intvalue
The value of this mutable.
Method Summary
booleanequals(Object obj)
inthashCode()

Field Detail

value

protected int value
The value of this mutable.

Method Detail

equals

public boolean equals(Object obj)

hashCode

public int hashCode()
Copyright © 2001-2008 Apache Software Foundation. All Rights Reserved.