Guava Primitives(原型类相关的工具类)
Primitive Type | Guava Utilities |
byte | Bytes, SignedBytes, UnsignedBytes |
short | Shorts |
int | Ints, UnsignedInteger, UnsignedInts |
long | Longs, UnsignedLong, UnsignedLongs |
float | Floats |
double | Doubles |
char | Chars |
boolean | Booleans |
Guava提供了各类型的工具类,分别是在各原型类后面加个s。 另外还提供了byte、int、long三种无符号类