public class RawValues
extends java.lang.Object
Stores any kind of raw values as ChronoDisplay.
Note: This class is mutable and should only be used in a single thread.
| Constructor and Description |
|---|
RawValues()
Initially this instance has no defined raw values.
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ChronoDisplay rawValues)
Consumes given chronological raw values.
|
ChronoDisplay |
get()
Yields the chronological raw values.
|
public void accept(ChronoDisplay rawValues)
Consumes given chronological raw values.
rawValues - raw chronological valuespublic ChronoDisplay get()
Yields the chronological raw values.
null