Enum Class BoundType

java.lang.Object
java.lang.Enum<BoundType>
org.aoju.bus.core.lang.range.BoundType
All Implemented Interfaces:
Serializable, Comparable<BoundType>, Constable

public enum BoundType extends Enum<BoundType>
边界类型枚举
Since:
Java 17+
Author:
Kimi Liu