Can you give an example of such code that would cease to work should Java add unsigned ints?
On Wed, Jan 18, 2012 at 9:21 PM, Simon Ochsenreither <[email protected]> wrote: > Because there are hundred pieces of code in the wild that assume there are > only 8 primitive types (or 9 Wrapper types). > > But yes, at least unsigned integer math is coming in Java 8, afaik. -- You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/javaposse?hl=en.
