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 int
compareTo(Instant other)
static Instant
create(long ms)
boolean
equals(java.lang.Object obj)
long
getMillis()
int
hashCode()
static Instant
today()
java.lang.String
toString()
-
-
-
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:
toString
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
-