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 boolean
equals(Object obj)
double[]
getList()
int
hashCode()
void
setList(double[] values)
String
toString()
-