static final class CorrelateGpxWithImages.Offset extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private long |
milliseconds |
(package private) static CorrelateGpxWithImages.Offset |
ZERO |
Modifier | Constructor and Description |
---|---|
private |
Offset(long milliseconds) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
(package private) java.lang.String |
formatOffset() |
(package private) int |
getDayOffset() |
(package private) long |
getMilliseconds() |
(package private) long |
getSeconds() |
int |
hashCode() |
(package private) static CorrelateGpxWithImages.Offset |
milliseconds(long milliseconds) |
(package private) static CorrelateGpxWithImages.Offset |
parseOffset(java.lang.String offset) |
(package private) static CorrelateGpxWithImages.Offset |
seconds(long seconds) |
(package private) Pair<CorrelateGpxWithImages.Timezone,CorrelateGpxWithImages.Offset> |
splitOutTimezone() |
(package private) CorrelateGpxWithImages.Offset |
withoutDayOffset() |
static final CorrelateGpxWithImages.Offset ZERO
private final long milliseconds
private Offset(long milliseconds)
static CorrelateGpxWithImages.Offset milliseconds(long milliseconds)
static CorrelateGpxWithImages.Offset seconds(long seconds)
long getMilliseconds()
long getSeconds()
java.lang.String formatOffset()
static CorrelateGpxWithImages.Offset parseOffset(java.lang.String offset) throws java.text.ParseException
java.text.ParseException
int getDayOffset()
CorrelateGpxWithImages.Offset withoutDayOffset()
Pair<CorrelateGpxWithImages.Timezone,CorrelateGpxWithImages.Offset> splitOutTimezone()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object