Package com.day.cq.reporting.helpers
Class IntWrapper
- java.lang.Object
-
- com.day.cq.reporting.helpers.IntWrapper
-
public class IntWrapper extends java.lang.ObjectClass 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 booleanequals(java.lang.Object o2)intget()Gets the wrapped value.inthashCode()
-