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

/libcore/ojluni/src/main/java/java/time/
H A DYear.java1002 public LocalDate atMonthDay(MonthDay monthDay) { method in class:Year
/libcore/ojluni/src/test/java/time/tck/java/time/
H A DTCKYear.java1016 // atMonthDay(MonthDay)
1018 @DataProvider(name="atMonthDay")
1027 @Test(dataProvider="atMonthDay")
1029 assertEquals(year.atMonthDay(monthDay), expected);
1035 test.atMonthDay((MonthDay) null);

Completed in 154 milliseconds