isGreater

fun isGreater(vv: VersionVector): Boolean

Checks that this version vector is strictly greater than a given version vector.

Return

true if this version vector is greater than the other one, false otherwise.

Parameters

vv

the given version vector used for comparison.