@Warning(value="non-API") @ThreadSafe public final class Marker extends Object implements Comparable<Marker>
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Marker m)
Compare through date.
|
static Marker |
create(String path,
Date date)
Construct a new marker.
|
Date |
date() |
static Marker |
dummy() |
boolean |
equals(Object o)
If both date and marker are equal, this returns true.
|
int |
hashCode()
Obey equals contract.
|
String |
path() |
@Warning(value="non-API") public static Marker create(String path, Date date)
path
- date
- public int compareTo(Marker m)
compareTo
in interface Comparable<Marker>