f4b6a3 / uuid-creator

UUID Creator is a Java library for generating Universally Unique Identifiers.
MIT License
430 stars 44 forks source link

Add a MIN and MAX methods #77

Closed fabiolimace closed 1 year ago

fabiolimace commented 1 year ago

Objectives:

UUID min = UuidCreator.getTimeBasedMin(time); // e7a1c2e0-942d-11ec-8000-000000000000
UUID min = UuidCreator.getTimeBasedMax(time); // e7a1c2e0-942d-11ec-bfff-ffffffffffff

(...)

fabiolimace commented 1 year ago

Released v5.3.0 🎉