I would like to ask if there is already a standard Java library that implements the following two things:
- converting between endlessness standard Java primitive types + UUID.
- lossless conversion between signed and unsigned standard Java primitive types. By lossless I mean for example that converting from signed short to unsigned short then the result could be signed Integer.
If such exists then what is the name of that library.