Uses of Enum Class
io.permazen.util.BoundType
Packages that use BoundType
-
Uses of BoundType in io.permazen.util
Methods in io.permazen.util that return BoundTypeModifier 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.Methods in io.permazen.util with parameters of type BoundTypeModifier 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.Constructors in io.permazen.util with parameters of type BoundType