operator < abstract method

bool operator <(
  1. Uuid other
)

Less than operator, see compareTo for rules

Implementation

bool operator <(Uuid other);