commons
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
commons
commons-version
/
xyz.xenondevs.commons.version
/
ClosedVersionRange
Closed
Version
Range
data
class
ClosedVersionRange
(
val
start
:
Version
,
val
endInclusive
:
Version
)
:
ClosedRange
<
Version
>
A range of versions, from
start
(inclusive) to
endInclusive
(inclusive).
Members
Constructors
Closed
Version
Range
Link copied to clipboard
constructor
(
start
:
Version
,
endInclusive
:
Version
)
Properties
end
Inclusive
Link copied to clipboard
open
override
val
endInclusive
:
Version
start
Link copied to clipboard
open
override
val
start
:
Version
Functions
contains
Link copied to clipboard
open
operator
fun
contains
(
value
:
Version
)
:
Boolean
is
Empty
Link copied to clipboard
open
fun
isEmpty
(
)
:
Boolean
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String