Class QueryResponse.WrappedPrimitive
- java.lang.Object
-
- org.opennms.netmgt.measurements.model.QueryResponse.WrappedPrimitive
-
- Enclosing class:
- QueryResponse
public static class QueryResponse.WrappedPrimitive extends Object
Used to wrap an array of primitive doubles in order to avoid boxing for marshaling.
-
-
Constructor Summary
Constructors Constructor Description WrappedPrimitive()WrappedPrimitive(double[] values)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)double[]getList()inthashCode()voidsetList(double[] values)StringtoString()
-