Uses of Enum Class
cloud.opencode.base.collections.Range.BoundType
Packages that use Range.BoundType
-
Uses of Range.BoundType in cloud.opencode.base.collections
Subclasses with type arguments of type Range.BoundType in cloud.opencode.base.collectionsMethods in cloud.opencode.base.collections that return Range.BoundTypeModifier and TypeMethodDescriptionRange.lowerBoundType()Get the lower bound type.Range.upperBoundType()Get the upper bound type.static Range.BoundTypeReturns the enum constant of this class with the specified name.static Range.BoundType[]Range.BoundType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cloud.opencode.base.collections with parameters of type Range.BoundTypeModifier and TypeMethodDescriptionstatic <C extends Comparable<? super C>>
Range<C> Range.create(Range.BoundType lowerBoundType, C lower, Range.BoundType upperBoundType, C upper) Create a range with explicit bound types.