T
- The observation type.public class Observation<T>
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static Observation<java.lang.Integer> |
NO_OBSERVATION
No observation.
|
private T |
observation
The observation.
|
Constructor and Description |
---|
Observation(T observation)
Creates an observation.
|
Modifier and Type | Method and Description |
---|---|
T |
getObservation()
Gets the observation.
|
public static Observation<java.lang.Integer> NO_OBSERVATION
private T observation
public Observation(T observation)
observation
- The observation.public T getObservation()