update

fun update(ts: Timestamp)

Adds a given timestamp to this version vector.

Parameters

ts

the given timestamp.

fun update(vv: VersionVector)

Updates this version vector with a given version vector by taking the maximum value for each entry.

Parameters

vv

the given version vector used for update.