Class Instant
- java.lang.Object
-
- net.sourceforge.plantuml.project.time.Instant
-
- All Implemented Interfaces:
Comparable<Instant>,Value
public class Instant extends Object implements Comparable<Instant>, Value
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(Instant other)static Instantcreate(long ms)booleanequals(Object obj)longgetMillis()inthashCode()static Instanttoday()StringtoString()
-