public final class Measurement extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static Comparator<Measurement> |
SORT_BY_NANOS |
static Comparator<Measurement> |
SORT_BY_UNITS |
| Constructor and Description |
|---|
Measurement(Map<String,Integer> unitNames,
double raw,
double processed) |
public static final Comparator<Measurement> SORT_BY_NANOS
public static final Comparator<Measurement> SORT_BY_UNITS
Copyright © 2004-2012. All Rights Reserved.