Uses of Enum Class
org.miaixz.bus.core.lang.range.BoundType
Packages that use BoundType
Package
Description
-
Uses of BoundType in org.miaixz.bus.core.lang.range
Methods in org.miaixz.bus.core.lang.range that return BoundTypeModifier and TypeMethodDescriptionBound.getType()获取边界类型FiniteBound.getType()获取边界类型NoneLowerBound.getType()获取边界类型NoneUpperBound.getType()获取边界类型BoundType.negate()对边界类型取反static BoundTypeReturns the enum constant of this class with the specified name.static BoundType[]BoundType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.miaixz.bus.core.lang.range with parameters of type BoundTypeModifier and TypeMethodDescriptionbooleanBoundType.isDislocated(BoundType boundType) 该边界类型是否与当前边界错位,即一个的左边界,一个是右边界