| Class | Description |
|---|---|
| SnapshotRegistry |
A registry containing snapshots of timeline data structures.
|
| TimelineHashMap<K,V> |
This is a hash map which can be snapshotted.
|
| TimelineHashSet<T> |
This is a hash set which can be snapshotted.
|
| TimelineInteger |
This is a mutable integer which can be snapshotted.
|
| TimelineLong |
This is a mutable long which can be snapshotted.
|
| TimelineObject<T> |
This is a mutable reference to an immutable object.
|