Modifier and Type | Method and Description |
---|---|
Numeric |
add(Numeric other) |
int |
compareTo(Numeric other) |
boolean |
equals(java.lang.Object obj) |
Day |
getDay() |
net.sourceforge.plantuml.project.NumericType |
getNumericType() |
int |
hashCode() |
Instant |
next(net.sourceforge.plantuml.project.DayClose dayClose) |
Instant |
prev(net.sourceforge.plantuml.project.DayClose dayClose) |
java.lang.String |
toString() |
public Instant(Day d)
public net.sourceforge.plantuml.project.NumericType getNumericType()
getNumericType
in interface Numeric
public Day getDay()
public Instant next(net.sourceforge.plantuml.project.DayClose dayClose)
public Instant prev(net.sourceforge.plantuml.project.DayClose dayClose)
public java.lang.String toString()
toString
in class java.lang.Object
public int compareTo(Numeric other)
compareTo
in interface java.lang.Comparable<Numeric>
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object