@ParametersAreNonnullByDefault @CheckReturnValue
void, and value types for
 treating them as unsigned.See: Description
| Class | Description | 
|---|---|
| Booleans | |
| Bytes | |
| Chars | |
| Doubles | |
| Floats | |
| Ints | |
| Longs | |
| Primitives | Contains static utility methods pertaining to primitive types and their corresponding wrapper
 types. | 
| Shorts | |
| SignedBytes | Static utility methods pertaining to  byteprimitives that interpret values as signed. | 
| UnsignedBytes | Static utility methods pertaining to  byteprimitives that interpret values as
 unsigned (that is, any negative valuebis treated as the positive value256 + b). | 
| UnsignedInteger | A wrapper class for unsigned  intvalues, supporting arithmetic operations. | 
| UnsignedInts | Static utility methods pertaining to  intprimitives that interpret values as
 unsigned (that is, any negative valuexis treated as the positive value2^32 + x). | 
| UnsignedLong | A wrapper class for unsigned  longvalues, supporting arithmetic operations. | 
| UnsignedLongs | Static utility methods pertaining to  longprimitives that interpret values as
 unsigned (that is, any negative valuexis treated as the positive value2^64 + x). | 
void, and value types for
 treating them as unsigned.
 This package is a part of the open-source Guava library.
See the Guava User Guide article on primitive utilities.
Copyright © 2010-2016. All Rights Reserved.