Package com.day.cq.reporting.helpers
Class IntWrapper
java.lang.Object
com.day.cq.reporting.helpers.IntWrapper
Class that is used for wrapping integers in collections.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IntWrapper
public IntWrapper(int value) Wraps the specified value.- Parameters:
value- The value to be wrapped
-
-
Method Details