| Name | Description | Type | Package | Framework |
| Booleans | Static utility methods pertaining to boolean primitives, that are not already found in either Boolean or Arrays. | Class | com.google.common.primitives | Google Guava |
|
| Bytes | Static utility methods pertaining to byte primitives, that are not already found in either Byte or Arrays, and interpret | Class | com.google.common.primitives | Google Guava |
|
| Chars | Static utility methods pertaining to char primitives, that are not already found in either Character or Arrays. | Class | com.google.common.primitives | Google Guava |
|
| Doubles | Static utility methods pertaining to double primitives, that are not already found in either Double or Arrays. | Class | com.google.common.primitives | Google Guava |
|
| Floats | Static utility methods pertaining to float primitives, that are not already found in either Float or Arrays. | Class | com.google.common.primitives | Google Guava |
|
| Ints | Static utility methods pertaining to int primitives, that are not already found in either Integer or Arrays. | Class | com.google.common.primitives | Google Guava |
|
| Longs | Static utility methods pertaining to long primitives, that are not already found in either Long or Arrays. | Class | com.google.common.primitives | Google Guava |
|
| Primitives | Contains static utility methods pertaining to primitive types and their corresponding wrapper types. | Class | com.google.common.primitives | Google Guava |
|
| Shorts | Static utility methods pertaining to short primitives, that are not already found in either Short or Arrays. | Class | com.google.common.primitives | Google Guava |
|
| SignedBytes | Static utility methods pertaining to byte primitives that interpret values as signed. | Class | com.google.common.primitives | Google Guava |
|
| UnsignedBytes | Static utility methods pertaining to byte primitives that interpret values as unsigned (that is, any negative value b is treated | Class | com.google.common.primitives | Google Guava |
|
| UnsignedInteger | A wrapper class for unsigned int values, supporting arithmetic operations. | Class | com.google.common.primitives | Google Guava |
|
| UnsignedInts | Static utility methods pertaining to int primitives that interpret values as unsigned (that is, any negative value x is treated as the positive value | Class | com.google.common.primitives | Google Guava |
|
| UnsignedLong | A wrapper class for unsigned long values, supporting arithmetic operations. | Class | com.google.common.primitives | Google Guava |
|
| UnsignedLongs | Static utility methods pertaining to long primitives that interpret values as unsigned (that is, any negative value x is treated as the positive value | Class | com.google.common.primitives | Google Guava |