Exemple #1
0
 public static UUID convert(Messages.UUID uuid) {
   return new UUID(uuid.getMostSignificantBits(), uuid.getLeastSignificantBits());
 }