| Package | Description |
|---|---|
| com.databasesandlife.util |
| Modifier and Type | Method and Description |
|---|---|
YearMonth |
YearMonth.addMonths(int offset)
Deprecated.
|
YearMonth |
YearMonth.getNextMonth()
Deprecated.
|
YearMonth |
YearMonth.getPreviousMonth()
Deprecated.
|
static YearMonth |
YearMonth.max(YearMonth a,
YearMonth b)
Deprecated.
|
static YearMonth |
YearMonth.min(YearMonth a,
YearMonth b)
Deprecated.
|
static YearMonth |
YearMonth.newForYYYYMM(String str)
Deprecated.
|
static YearMonth |
YearMonth.now()
Deprecated.
|
static YearMonth[] |
YearMonth.rangeDownwardsIncl(YearMonth maxIncl,
YearMonth minIncl)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
YearMonth.calculateMonthSpanCount(YearMonth startIncl,
YearMonth endIncl)
Deprecated.
From Jan to Feb is 2
|
int |
YearMonth.compareTo(YearMonth other)
Deprecated.
|
boolean |
YearMonth.gt(YearMonth other)
Deprecated.
|
boolean |
YearMonth.le(YearMonth other)
Deprecated.
|
boolean |
YearMonth.lt(YearMonth other)
Deprecated.
|
static YearMonth |
YearMonth.max(YearMonth a,
YearMonth b)
Deprecated.
|
static YearMonth |
YearMonth.min(YearMonth a,
YearMonth b)
Deprecated.
|
static YearMonth[] |
YearMonth.rangeDownwardsIncl(YearMonth maxIncl,
YearMonth minIncl)
Deprecated.
|
Copyright © 2003–2018. All rights reserved.