isSmaller

fun isSmaller(vv: VersionVector): Boolean

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

Return

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

Parameters

vv

the given version vector used for comparison.