public class Instant extends Object implements Numeric
Modifier and Type | Method and Description |
---|---|
Numeric |
add(Numeric other) |
int |
compareTo(Numeric other) |
boolean |
equals(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) |
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 int compareTo(Numeric other)
compareTo
in interface Comparable<Numeric>
Copyright © 2017. All Rights Reserved.