Home
last modified time | relevance | path

Searched refs:atMonthDay (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/time/
DYear.java1002 public LocalDate atMonthDay(MonthDay monthDay) { in atMonthDay() method in Year
/libcore/ojluni/src/test/java/time/tck/java/time/
DTCKYear.java1029 assertEquals(year.atMonthDay(monthDay), expected); in test_atMonthDay()
1035 test.atMonthDay((MonthDay) null); in test_atMonthDay_nullMonthDay()