Class Percent.Builder

java.lang.Object
org.aoju.bus.core.codec.Percent.Builder
All Implemented Interfaces:
Serializable, Builder<Percent>
Enclosing class:
Percent

public static class Percent.Builder extends Object implements Builder<Percent>
Percent构建器 由于Percent本身应该是只读对象,因此将此对象的构建放在Builder中
See Also: