jOOQ / jOOU

jOOU - Unsigned Integers jOOU provides unsigned integer versions for the four Java integer types byte, short, int and long.
http://www.jooq.org/products
Apache License 2.0
228 stars 32 forks source link

Add bitwise operations #23

Open nddipiazza opened 3 years ago

nddipiazza commented 3 years ago

Versions:

Add bitwise operations

Can we add bitwise operations to the library?

See my question for motivation: https://stackoverflow.com/questions/68991707/how-to-do-unsigned-integer-bit-operations-in-java-1-8-that-match-ones-in-c

So just like we have the add and subtract operators, add:

and
or
xor
compliment
leftShift
rightShift
rightShiftZeroFill
lukaseder commented 3 years ago

Thank you very much for your suggestion. That could be useful, indeed in the future. Let's track community interest first, before adding the feature.