Guava Primitive 工具类 Guava 字符串实用程序 Guava 数学实用程序 由于原始类型的Java不能用于传递泛型或集合作为输入,因此Guava提供了许多Wrapper Utilities类来处理原始类型作为对象。以下是有用的原始处理实用程序列表 - 序号 Utility name & 描述 1 Bytes 原始字节的实用程序。 2 Shorts 原始short的实用程序。 3 Ints 原始int的实用程序。 4 Longs 原始long的实用程序。 5 Floats 原始float的实用程序。 6 Doubles 原始double的实用程序。 7 Chars 原始char的实用程序。 8 Booleans 原始boolean的实用程序。 Guava 字符串实用程序 Guava 数学实用程序