Class MonthYear
- java.lang.Object
-
- net.sourceforge.plantuml.project.time.MonthYear
-
- All Implemented Interfaces:
Comparable<MonthYear>
public class MonthYear extends Object implements Comparable<MonthYear>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(MonthYear other)
static MonthYear
create(int year, Month month)
boolean
equals(Object obj)
int
hashCode()
String
longName(Locale locale)
String
longNameYYYY(Locale locale)
Month
month()
MonthYear
next()
String
shortName(Locale locale)
String
shortNameYYYY(Locale locale)
String
toString()
int
year()
-