Class SampledID
- java.lang.Object
-
- io.heraldprox.herald.sensor.analysis.sampling.SampledID
-
-
Field Summary
Fields Modifier and Type Field Description long
value
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(SampledID o)
boolean
equals(java.lang.Object o)
int
hashCode()
java.lang.String
toString()
-
-
-
Constructor Detail
-
SampledID
public SampledID(long value)
-
SampledID
public SampledID(@NonNull Data data)
-
-