Kosher Kotlin - K-droid Fork
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Kosher Kotlin - K-droid Fork
Kosher Kotlin - K-droid Fork
/
io.github.kdroidfilter.kosherkotlin.hebrewcalendar
/
HebrewMonth
/
HebrewMonthRange
Hebrew
Month
Range
class
HebrewMonthRange
(
val
start
:
HebrewMonth
,
val
endInclusive
:
HebrewMonth
)
:
ClosedRange
<
HebrewMonth
>
,
Iterable
<
HebrewMonth
>
Members
Constructors
Hebrew
Month
Range
Link copied to clipboard
constructor
(
start
:
HebrewMonth
,
endInclusive
:
HebrewMonth
)
Properties
end
Inclusive
Link copied to clipboard
open
override
val
endInclusive
:
HebrewMonth
start
Link copied to clipboard
open
override
val
start
:
HebrewMonth
Functions
contains
Link copied to clipboard
open
operator
fun
contains
(
value
:
HebrewMonth
)
:
Boolean
is
Empty
Link copied to clipboard
open
fun
isEmpty
(
)
:
Boolean
iterator
Link copied to clipboard
open
operator override
fun
iterator
(
)
:
Iterator
<
HebrewMonth
>