Package | Description |
---|---|
com.google.common.primitives |
Static utilities for working with the eight primitive types and
void , and value types for
treating them as unsigned. |
Modifier and Type | Class and Description |
---|---|
class |
Booleans
Static utility methods pertaining to
boolean primitives, that are not already found in
either Boolean or Arrays . |
class |
Bytes
Static utility methods pertaining to
byte primitives, that are not already found in
either Byte or Arrays , and interpret bytes as neither signed nor unsigned. |
class |
Chars
Static utility methods pertaining to
char primitives, that are not already found in
either Character or Arrays . |
class |
Doubles
Static utility methods pertaining to
double primitives, that are not already found in
either Double or Arrays . |
(package private) class |
DoublesMethodsForWeb
Holder for web specializations of methods of
Doubles . |
class |
Floats
Static utility methods pertaining to
float primitives, that are not already found in
either Float or Arrays . |
(package private) class |
FloatsMethodsForWeb
Holder for web specializations of methods of
Floats . |
class |
ImmutableDoubleArray
An immutable array of
double values, with an API resembling List . |
class |
ImmutableIntArray
An immutable array of
int values, with an API resembling List . |
class |
ImmutableLongArray
An immutable array of
long values, with an API resembling List . |
class |
Ints
Static utility methods pertaining to
int primitives, that are not already found in either
Integer or Arrays . |
(package private) class |
IntsMethodsForWeb
Holder for web specializations of methods of
Ints . |
class |
Longs
Static utility methods pertaining to
long primitives, that are not already found in
either Long or Arrays . |
(package private) class |
ParseRequest
A string to be parsed as a number and the radix to interpret it in.
|
(package private) class |
Platform
Methods factored out so that they can be emulated differently in GWT.
|
class |
Primitives
Contains static utility methods pertaining to primitive types and their corresponding wrapper
types.
|
class |
Shorts
Static utility methods pertaining to
short primitives, that are not already found in
either Short or Arrays . |
(package private) class |
ShortsMethodsForWeb
Holder for web specializations of methods of
Shorts . |
class |
SignedBytes
Static utility methods pertaining to
byte primitives that interpret values as signed. |
class |
UnsignedBytes
Static utility methods pertaining to
byte primitives that interpret values as
unsigned (that is, any negative value b is treated as the positive value 256 + b ). |
class |
UnsignedInteger
A wrapper class for unsigned
int values, supporting arithmetic operations. |
class |
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 2^32 + x ). |
class |
UnsignedLong
A wrapper class for unsigned
long values, supporting arithmetic operations. |
class |
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 2^64 + x ). |