Package com.day.cq.reporting.helpers
Class IntWrapper
- java.lang.Object
-
- com.day.cq.reporting.helpers.IntWrapper
-
public class IntWrapper extends java.lang.Object
Class that is used for wrapping integers in collections.
-
-
Constructor Summary
Constructors Constructor Description IntWrapper(int value)
Wraps the specified value.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o2)
int
get()
Gets the wrapped value.int
hashCode()
-