Guava DoubleMath 工具类DoubleMath 提供 double 的实用方法。一、类声明以下是 com.google.common.math.BigIntegerMath 类的声明:@GwtCompatible(emulated=true)
public final class DoubleMath
&...
Guava Spiltter —— 拆分器Splitter 提供了各种方法来处理分割操作字符串,对象等。一、类声明以下是 com.google.common.base.Splitter 类的声明:@GwtCompatible(emulated=true)
public final class Splitter
extends ...
Strings 工具类String 或 CharSequence 实例有关的静态实用程序方法。一、类声明以下是 com.google.common.base.Strings 类的声明:@GwtCompatible
public final class Strings
extends Object二...
Guava Files 文件工具类一、接口声明以下是 com.google.common.io.Files 接口的声明:@Beta
@GwtIncompatible
public final class Files
extends Object二、接口方法官方文档:https://google.github.io/guava...
Guava ByteCharStreams 字节流一、接口声明以下是 com.google.common.io.ByteStreams 接口的声明:@Beta
@GwtIncompatible
public final class ByteStreams
extends Object二、接口方法官方文档:https://go...
Guava CharStreams 字符流一、接口声明以下是 com.google.common.io.CharStreams 接口的声明:@Beta
@GwtIncompatible
public final class CharStreams
extends Object二、接口方法官方文档:https://google...