Uses of Enum Class
io.permazen.util.BoundType
-
Uses of BoundType in io.permazen.util
Modifier and TypeMethodDescriptionBounds.getLowerBoundType()
Get the type of the lower bound that corresponds toBounds.getLowerBound()
.Bounds.getUpperBoundType()
Get the type of the upper bound that corresponds toBounds.getUpperBound()
.static BoundType
BoundType.of
(boolean inclusive) static BoundType
Returns 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.Modifier and TypeMethodDescriptionBounds.withLowerBound
(T newLowerBound, BoundType newLowerBoundType) Create an instance like this instance but with a different lower bound.Bounds.withUpperBound
(T newUpperBound, BoundType newUpperBoundType) Create an instance like this instance but with a different upper bound.