Package org.apache.pekko.util
Class UUIDComparator
java.lang.Object
org.apache.pekko.util.UUIDComparator
- All Implemented Interfaces:
Comparator<UUID>
Scala implementation of UUIDComparator in
https://github.com/cowtowncoder/java-uuid-generator
Apache License 2.0.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
UUIDComparator
public UUIDComparator()
-
-
Method Details
-
comparator
-
compare
- Specified by:
comparein interfaceComparator<UUID>
-