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 and subtract methods #3

Closed jensnerche closed 9 years ago

jensnerche commented 9 years ago

I added the methods add and subtract for all types. Additionally there are now also constants for min and max as unsigned types.

lukaseder commented 9 years ago

Thank you very much for your suggestion. I think we could indeed add some new features here. I'm going to comment directly on individual lines of your commits

lukaseder commented 9 years ago

I think we've discussed everything. Thanks again very much for your contribution!