Class Instant
- java.lang.Object
-
- net.sourceforge.plantuml.project.time.Instant
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(Instant other)static Instantcreate(long ms)booleanequals(java.lang.Object obj)longgetMillis()inthashCode()static Instanttoday()java.lang.StringtoString()
-
-
-
Method Detail
-
create
public static Instant create(long ms)
-
today
public static Instant today()
-
getMillis
public final long getMillis()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
-