Returns a tracked value by id, or undefined if not found
Protected
getCreates or returns a TrackedValue instance for id
.
Returns true if id
is stored
Enumerate ids
Enumerate starting values
Enumerate last received values
Remove all tracked values. Use delete to remove a single value by id.
For a given id, note that we have seen one or more values.
Id
Values(s)
Information about start to last value
Track a PointerEvent
Enumerate tracked values
Iterates TrackedValues ordered with oldest first
Iterates underlying values, ordered by age (oldest first)
First the named values are sorted by their elapsed
value, and then
we return the last value for that group.
A TrackedValueMap for points. Uses PointTracker to track added values.