A C D E F G H I L M N O P R S T U V W Y Z 
All Classes All Packages

A

addFractions(char[], int, int) - Static method in class com.ethlo.time.internal.fixed.ITUFormatter
 
ArrayUtils - Class in com.ethlo.time.internal.util
 
ArrayUtils() - Constructor for class com.ethlo.time.internal.util.ArrayUtils
 
assertAllowedDateTimeSeparator(int, String, ParseConfig) - Static method in class com.ethlo.time.internal.fixed.ITUParser
 
assertChars(char[]) - Method in class com.ethlo.time.ParseConfig
 
assertFractionDigits(String, int, int) - Static method in class com.ethlo.time.internal.util.ErrorUtil
 
assertMinGranularity(Field) - Method in class com.ethlo.time.DateTime
 
assertNoMoreChars(int, ParseConfig, String, int) - Static method in class com.ethlo.time.internal.fixed.ITUParser
 
assertPositionContains(Field, String, int, char) - Static method in class com.ethlo.time.internal.util.ErrorUtil
 

C

charLength - Variable in class com.ethlo.time.DateTime
 
com.ethlo.time - package com.ethlo.time
 
com.ethlo.time.internal - package com.ethlo.time.internal
 
com.ethlo.time.internal.fixed - package com.ethlo.time.internal.fixed
 
com.ethlo.time.internal.token - package com.ethlo.time.internal.token
 
com.ethlo.time.internal.util - package com.ethlo.time.internal.util
 
com.ethlo.time.token - package com.ethlo.time.token
 
ConfigurableDateTimeParser - Class in com.ethlo.time.token
A configurable format `DateTimeParser`.
ConfigurableDateTimeParser(DateTimeToken...) - Constructor for class com.ethlo.time.token.ConfigurableDateTimeParser
 
copy(char[], int, char[], int, int) - Static method in class com.ethlo.time.internal.util.LimitedCharArrayIntegerUtil
 
copy(char[], int, int, int) - Static method in class com.ethlo.time.internal.util.LimitedCharArrayIntegerUtil
 
createBufferEntry(char[], int, int, int) - Static method in class com.ethlo.time.internal.util.LimitedCharArrayIntegerUtil
 

D

DATE - Static variable in class com.ethlo.time.DateTimeParsers
 
DATE_SEPARATOR - Static variable in class com.ethlo.time.internal.fixed.ITUParser
Default date field seperator
DateTime - Class in com.ethlo.time
Container class for parsed date/date-time data.
DateTime(Field, int, int, int, int, int, int, int, TimezoneOffset, int) - Constructor for class com.ethlo.time.DateTime
 
DateTime(Field, int, int, int, int, int, int, int, TimezoneOffset, int, int) - Constructor for class com.ethlo.time.DateTime
 
DateTimeFormatException - Exception in com.ethlo.time.internal
 
DateTimeFormatException(String) - Constructor for exception com.ethlo.time.internal.DateTimeFormatException
 
DateTimeMath - Class in com.ethlo.time.internal.util
DateTimeMath() - Constructor for class com.ethlo.time.internal.util.DateTimeMath
 
DateTimeParser - Interface in com.ethlo.time
 
DateTimeParsers - Class in com.ethlo.time
 
DateTimeParsers() - Constructor for class com.ethlo.time.DateTimeParsers
 
dateTimeSeparators - Variable in class com.ethlo.time.ParseConfig
 
DateTimeToken - Interface in com.ethlo.time.token
 
DateTimeTokens - Class in com.ethlo.time
 
DateTimeTokens() - Constructor for class com.ethlo.time.DateTimeTokens
 
day - Variable in class com.ethlo.time.DateTime
 
DAY - com.ethlo.time.Field
Day of month
daysFromCivil(int, int, int) - Static method in class com.ethlo.time.internal.util.DateTimeMath
 
DEFAULT - Static variable in class com.ethlo.time.ParseConfig
 
DEFAULT_DATE_TIME_SEPARATORS - Static variable in class com.ethlo.time.ParseConfig
 
DefaultLeapSecondHandler - Class in com.ethlo.time.internal.util
 
DefaultLeapSecondHandler() - Constructor for class com.ethlo.time.internal.util.DefaultLeapSecondHandler
 
DIGIT_9 - Static variable in class com.ethlo.time.internal.util.LimitedCharArrayIntegerUtil
 
digits(Field, int) - Static method in class com.ethlo.time.DateTimeTokens
 
DIGITS - Static variable in class com.ethlo.time.internal.util.LimitedCharArrayIntegerUtil
 
DIGITS_IN_NANO - Static variable in class com.ethlo.time.internal.fixed.ITUParser
 
DigitsToken - Class in com.ethlo.time.internal.token
 
DigitsToken(Field, int) - Constructor for class com.ethlo.time.internal.token.DigitsToken
 
doFormat(OffsetDateTime, ZoneOffset, Field, int) - Static method in class com.ethlo.time.internal.fixed.ITUFormatter
 
doParse(String, ParsePosition) - Method in class com.ethlo.time.token.ConfigurableDateTimeParser
 

E

equals(Object) - Method in class com.ethlo.time.DateTime
 
equals(Object) - Method in class com.ethlo.time.TimezoneOffset
 
ErrorUtil - Class in com.ethlo.time.internal.util
 
ErrorUtil() - Constructor for class com.ethlo.time.internal.util.ErrorUtil
 

F

fallback(Temporal) - Method in interface com.ethlo.time.TemporalConsumer
 
fallback(Temporal) - Method in interface com.ethlo.time.TemporalHandler
 
field - Variable in class com.ethlo.time.DateTime
 
field - Variable in class com.ethlo.time.internal.token.DigitsToken
 
Field - Enum in com.ethlo.time
Enumeration of the fields that makes up the date/date-time
Field(int) - Constructor for enum com.ethlo.time.Field
 
finish(char[], int, TimezoneOffset) - Static method in class com.ethlo.time.internal.fixed.ITUFormatter
 
format(OffsetDateTime) - Static method in class com.ethlo.time.ITU
Format the input as an RFC-3339 formatted date-time in the timezone of the input.
format(OffsetDateTime, int) - Static method in class com.ethlo.time.ITU
Format the input as an RFC-3339 formatted date-time in the timezone of the input, with the specified number of fraction digits.
format(OffsetDateTime, ZoneOffset, int) - Static method in class com.ethlo.time.internal.fixed.ITUFormatter
 
formatUtc(OffsetDateTime) - Static method in class com.ethlo.time.ITU
Format the input as an RFC-3339 formatted date-time in the UTC timezone with second resolution.
formatUtc(OffsetDateTime, int) - Static method in class com.ethlo.time.internal.fixed.ITUFormatter
 
formatUtc(OffsetDateTime, int) - Static method in class com.ethlo.time.ITU
Format the input as an RFC-3339 formatted date-time in the UTC timezone
formatUtc(OffsetDateTime, Field) - Static method in class com.ethlo.time.internal.fixed.ITUFormatter
 
formatUtc(OffsetDateTime, Field) - Static method in class com.ethlo.time.ITU
Format the input as an ISO format string, limited to the granularity of the specified field, in the UTC timezone.
formatUtcMicro(OffsetDateTime) - Static method in class com.ethlo.time.ITU
Format the input as an RFC-3339 formatted date-time in the UTC timezone with microsecond resolution.
formatUtcMilli(OffsetDateTime) - Static method in class com.ethlo.time.ITU
Format the input as an RFC-3339 formatted date-time in the UTC timezone with millisecond resolution.
formatUtcNano(OffsetDateTime) - Static method in class com.ethlo.time.ITU
Format the input as an RFC-3339 formatted date-time in the UTC timezone with nanosecond resolution
FRACTION_SEPARATOR - Static variable in class com.ethlo.time.internal.fixed.ITUParser
 
fractionDigits - Variable in class com.ethlo.time.DateTime
 
fractions() - Static method in class com.ethlo.time.DateTimeTokens
 
fractionSeparators - Variable in class com.ethlo.time.ParseConfig
 
FractionsToken - Class in com.ethlo.time.internal.token
 
FractionsToken() - Constructor for class com.ethlo.time.internal.token.FractionsToken
 

G

getDateTimeSeparators() - Method in class com.ethlo.time.ParseConfig
 
getDayOfMonth() - Method in class com.ethlo.time.DateTime
 
getField() - Method in class com.ethlo.time.internal.token.DigitsToken
 
getField() - Method in class com.ethlo.time.internal.token.FractionsToken
 
getField() - Method in class com.ethlo.time.internal.token.ZoneOffsetToken
 
getField() - Method in interface com.ethlo.time.token.DateTimeToken
 
getFractionDigits() - Method in class com.ethlo.time.DateTime
Return the number of significant fraction digits in the second.
getFractionSeparators() - Method in class com.ethlo.time.ParseConfig
 
getHour() - Method in class com.ethlo.time.DateTime
 
getHours() - Method in class com.ethlo.time.TimezoneOffset
 
getInstance() - Static method in class com.ethlo.time.internal.fixed.ITUParser
 
getLastKnownLeapSecond() - Method in class com.ethlo.time.internal.util.DefaultLeapSecondHandler
 
getLastKnownLeapSecond() - Method in interface com.ethlo.time.internal.util.LeapSecondHandler
 
getLong(TemporalField) - Method in class com.ethlo.time.DateTime
 
getMinute() - Method in class com.ethlo.time.DateTime
 
getMinutes() - Method in class com.ethlo.time.TimezoneOffset
 
getMonth() - Method in class com.ethlo.time.DateTime
 
getMostGranularField() - Method in class com.ethlo.time.DateTime
Returns the most granular field found during parsing
getNano() - Method in class com.ethlo.time.DateTime
 
getNearestDateTime() - Method in exception com.ethlo.time.LeapSecondException
Get the nearest date-time that is a roll-over to the next minute, (and potentially lower granularity fields) and 0 seconds.
getOffset() - Method in class com.ethlo.time.DateTime
Returns the time offset, if available
getParseLength() - Method in class com.ethlo.time.DateTime
 
getRequiredLength() - Method in enum com.ethlo.time.Field
 
getRequiredLength() - Method in class com.ethlo.time.TimezoneOffset
 
getSecond() - Method in class com.ethlo.time.DateTime
 
getSecondsInMinute() - Method in exception com.ethlo.time.LeapSecondException
The number of seconds, typically 60.
getTotalSeconds() - Method in class com.ethlo.time.TimezoneOffset
 
getYear() - Method in class com.ethlo.time.DateTime
 

H

handle(LocalDate) - Method in interface com.ethlo.time.TemporalConsumer
 
handle(LocalDate) - Method in interface com.ethlo.time.TemporalHandler
 
handle(LocalDateTime) - Method in interface com.ethlo.time.TemporalConsumer
 
handle(LocalDateTime) - Method in interface com.ethlo.time.TemporalHandler
 
handle(OffsetDateTime) - Method in interface com.ethlo.time.TemporalConsumer
 
handle(OffsetDateTime) - Method in interface com.ethlo.time.TemporalHandler
 
handle(Year) - Method in interface com.ethlo.time.TemporalConsumer
 
handle(Year) - Method in interface com.ethlo.time.TemporalHandler
 
handle(YearMonth) - Method in interface com.ethlo.time.TemporalConsumer
 
handle(YearMonth) - Method in interface com.ethlo.time.TemporalHandler
 
handleDatePart(Field, char[], int, int, int, Field) - Static method in class com.ethlo.time.internal.fixed.ITUFormatter
 
handleFractionalSeconds(int, ParseConfig, int, int, int, int, int, String) - Static method in class com.ethlo.time.internal.fixed.ITUParser
 
handleSecondResolution(int, int, int, int, int, int, String, TimezoneOffset) - Static method in class com.ethlo.time.internal.fixed.ITUParser
 
handleTime(int, ParseConfig, String, int, int, int, int, int) - Static method in class com.ethlo.time.internal.fixed.ITUParser
 
handleTimeResolution(int, ParseConfig, int, int, int, int, int, String) - Static method in class com.ethlo.time.internal.fixed.ITUParser
 
hashCode() - Method in class com.ethlo.time.DateTime
 
hashCode() - Method in class com.ethlo.time.TimezoneOffset
 
hour - Variable in class com.ethlo.time.DateTime
 
HOUR - com.ethlo.time.Field
Hour of day
hours - Variable in class com.ethlo.time.TimezoneOffset
 

I

includesGranularity(Field) - Method in class com.ethlo.time.DateTime
Returns if the specified field is part of this date/date-time
instance - Static variable in class com.ethlo.time.internal.fixed.ITUParser
 
INT_CONVERSION_CACHE - Static variable in class com.ethlo.time.internal.util.LimitedCharArrayIntegerUtil
 
isAllowed(TemporalType, TemporalType...) - Static method in class com.ethlo.time.ITU
 
isDateTimeSeparator(char) - Method in class com.ethlo.time.ParseConfig
 
isFailOnTrailingJunk() - Method in class com.ethlo.time.ParseConfig
 
isFractionSeparator(char) - Method in class com.ethlo.time.ParseConfig
 
isSupported(TemporalField) - Method in class com.ethlo.time.DateTime
 
isValid(String) - Static method in class com.ethlo.time.ITU
Check if the dateTime is valid according to the RFC-3339 specification
isValid(String, TemporalType...) - Static method in class com.ethlo.time.ITU
Check if the input is valid for one of the specified types
isValidLeapSecondDate(YearMonth) - Method in class com.ethlo.time.internal.util.DefaultLeapSecondHandler
 
isValidLeapSecondDate(YearMonth) - Method in interface com.ethlo.time.internal.util.LeapSecondHandler
 
isVerifiedValidLeapYearMonth - Variable in exception com.ethlo.time.LeapSecondException
 
isVerifiedValidLeapYearMonth() - Method in exception com.ethlo.time.LeapSecondException
Whether this is a date-time with a well-known leap-second
ITU - Class in com.ethlo.time
The main access to the parse and formatting functions in this library.
ITU() - Constructor for class com.ethlo.time.ITU
 
ITUFormatter - Class in com.ethlo.time.internal.fixed
 
ITUFormatter() - Constructor for class com.ethlo.time.internal.fixed.ITUFormatter
 
ITUParser - Class in com.ethlo.time.internal.fixed
 
ITUParser() - Constructor for class com.ethlo.time.internal.fixed.ITUParser
 

L

lastLeapKnown - Variable in class com.ethlo.time.internal.util.DefaultLeapSecondHandler
 
LEAP_SECOND_PATH_CSV - Static variable in class com.ethlo.time.internal.util.DefaultLeapSecondHandler
 
LEAP_SECOND_SECONDS - Static variable in interface com.ethlo.time.internal.util.LeapSecondHandler
 
leapSecondCheck(int, int, int, int, int, int, int, TimezoneOffset) - Static method in class com.ethlo.time.DateTime
 
LeapSecondException - Exception in com.ethlo.time
This exception is used to signal that there was a potentially valid leap-second in the parsed input.
LeapSecondException(OffsetDateTime, int, boolean) - Constructor for exception com.ethlo.time.LeapSecondException
 
leapSecondHandler - Static variable in class com.ethlo.time.DateTime
 
LeapSecondHandler - Interface in com.ethlo.time.internal.util
 
leapSecondMonths - Variable in class com.ethlo.time.internal.util.DefaultLeapSecondHandler
 
length - Variable in class com.ethlo.time.internal.token.DigitsToken
 
LimitedCharArrayIntegerUtil - Class in com.ethlo.time.internal.util
 
LimitedCharArrayIntegerUtil() - Constructor for class com.ethlo.time.internal.util.LimitedCharArrayIntegerUtil
 
LOCAL_DATE - com.ethlo.time.TemporalType
 
LOCAL_DATE_TIME - com.ethlo.time.TemporalType
 
LOCAL_TIME - Static variable in class com.ethlo.time.DateTimeParsers
 
localDate() - Static method in class com.ethlo.time.DateTimeParsers
 
localTime() - Static method in class com.ethlo.time.DateTimeParsers
 

M

MAX_FRACTION_DIGITS - Static variable in class com.ethlo.time.internal.fixed.ITUParser
 
MAX_INT_WIDTH - Static variable in class com.ethlo.time.internal.util.LimitedCharArrayIntegerUtil
 
merge(char[], char[]) - Static method in class com.ethlo.time.internal.util.ArrayUtils
 
MINUS - Static variable in class com.ethlo.time.internal.fixed.ITUParser
 
minute - Variable in class com.ethlo.time.DateTime
 
MINUTE - com.ethlo.time.Field
Minute of hour
minutes - Variable in class com.ethlo.time.TimezoneOffset
 
MINUTES_PER_HOUR - Static variable in class com.ethlo.time.TimezoneOffset
 
month - Variable in class com.ethlo.time.DateTime
 
MONTH - com.ethlo.time.Field
Month of year

N

nano - Variable in class com.ethlo.time.DateTime
 
NANO - com.ethlo.time.Field
Nanos
nearestDateTime - Variable in exception com.ethlo.time.LeapSecondException
 

O

of(int, int, int, int, int, int, int, TimezoneOffset, int) - Static method in class com.ethlo.time.DateTime
Create a new instance with nanosecond granularity from the input parameters
of(int, int, int, int, int, int, TimezoneOffset) - Static method in class com.ethlo.time.DateTime
Create a new instance with second granularity from the input parameters
of(int, int, int, int, int, TimezoneOffset) - Static method in class com.ethlo.time.DateTime
Create a new instance with minute granularity from the input parameters
of(DateTimeToken...) - Static method in class com.ethlo.time.DateTimeParsers
 
of(DateTimeToken...) - Static method in class com.ethlo.time.token.ConfigurableDateTimeParser
Create a new parser with the specified tokens
of(OffsetDateTime) - Static method in class com.ethlo.time.DateTime
Create a new instance with data from the specified date-time.
of(TemporalField) - Static method in enum com.ethlo.time.Field
 
of(ZoneOffset) - Static method in class com.ethlo.time.TimezoneOffset
 
ofDate(int, int, int) - Static method in class com.ethlo.time.DateTime
Create a new instance with day granularity from the input parameters
offset - Variable in class com.ethlo.time.DateTime
 
OFFSET_DATE_TIME - com.ethlo.time.TemporalType
 
ofHoursMinutes(int, int) - Static method in class com.ethlo.time.TimezoneOffset
 
ofTotalSeconds(int) - Static method in class com.ethlo.time.TimezoneOffset
 
ofYear(int) - Static method in class com.ethlo.time.DateTime
Create a new instance with year granularity from the input parameters
ofYearMonth(int, int) - Static method in class com.ethlo.time.DateTime
Create a new instance with year-month granularity from the input parameters

P

parse(String) - Method in interface com.ethlo.time.DateTimeParser
 
parse(String) - Method in class com.ethlo.time.internal.fixed.ITUParser
 
parse(String, TemporalConsumer) - Static method in class com.ethlo.time.ITU
Parse the input, and use callbacks for the type of date/date-time it contains.
parse(String, TemporalHandler<T>) - Static method in class com.ethlo.time.ITU
Parse the input, and use callbacks for the type of date/date-time it contains.
parse(String, ParsePosition) - Method in interface com.ethlo.time.DateTimeParser
Parse the text from the given position of the parsePosition
parse(String, ParsePosition) - Method in class com.ethlo.time.internal.fixed.ITUParser
 
parse(String, ParsePosition) - Method in class com.ethlo.time.token.ConfigurableDateTimeParser
 
ParseConfig - Class in com.ethlo.time
 
ParseConfig(char[], char[]) - Constructor for class com.ethlo.time.ParseConfig
 
parseDateTime(String) - Static method in class com.ethlo.time.ITU
Parse an RFC-3339 formatted date-time to an OffsetDateTime
parseDateTime(String, int) - Static method in class com.ethlo.time.internal.fixed.ITUParser
 
parseDateTime(String, ParsePosition) - Static method in class com.ethlo.time.ITU
 
parseDays(String, int) - Static method in class com.ethlo.time.internal.fixed.ITUParser
 
parseHours(String, int) - Static method in class com.ethlo.time.internal.fixed.ITUParser
 
parseLenient(String) - Static method in class com.ethlo.time.ITU
Parse an ISO formatted date and optionally time to a DateTime.
parseLenient(String, ParseConfig) - Static method in class com.ethlo.time.ITU
Allows parsing leniently with to control some aspects of the parsing
parseLenient(String, ParseConfig, int) - Static method in class com.ethlo.time.internal.fixed.ITUParser
 
parseLenient(String, ParseConfig, ParsePosition) - Static method in class com.ethlo.time.internal.fixed.ITUParser
 
parseLenient(String, ParseConfig, ParsePosition) - Static method in class com.ethlo.time.ITU
 
parseMinutes(String, int) - Static method in class com.ethlo.time.internal.fixed.ITUParser
 
parseMonth(String, int) - Static method in class com.ethlo.time.internal.fixed.ITUParser
 
parsePositiveInt(String, int, int) - Static method in class com.ethlo.time.internal.util.LimitedCharArrayIntegerUtil
 
parseSeconds(int, String) - Static method in class com.ethlo.time.internal.fixed.ITUParser
 
parseTimezone(int, ParseConfig, String, int) - Static method in class com.ethlo.time.internal.fixed.ITUParser
 
parseYears(String, int) - Static method in class com.ethlo.time.internal.fixed.ITUParser
 
PLUS - Static variable in class com.ethlo.time.internal.fixed.ITUParser
 

R

RADIX - Static variable in class com.ethlo.time.internal.fixed.ITUParser
 
RADIX - Static variable in class com.ethlo.time.internal.util.LimitedCharArrayIntegerUtil
 
raiseMissingGranularity(Field, String, int) - Static method in class com.ethlo.time.internal.util.ErrorUtil
 
raiseUnexpectedCharacter(String, int, char...) - Static method in class com.ethlo.time.internal.util.ErrorUtil
 
raiseUnexpectedEndOfText(String, int) - Static method in class com.ethlo.time.internal.util.ErrorUtil
 
read(String, ParsePosition) - Method in class com.ethlo.time.internal.token.DigitsToken
 
read(String, ParsePosition) - Method in class com.ethlo.time.internal.token.FractionsToken
 
read(String, ParsePosition) - Method in class com.ethlo.time.internal.token.SeparatorsToken
 
read(String, ParsePosition) - Method in class com.ethlo.time.internal.token.SeparatorToken
 
read(String, ParsePosition) - Method in class com.ethlo.time.internal.token.ZoneOffsetToken
 
read(String, ParsePosition) - Method in interface com.ethlo.time.token.DateTimeToken
 
requiredLength - Variable in enum com.ethlo.time.Field
 
RFC_3339_FRACTION_SEPARATOR - Static variable in class com.ethlo.time.ParseConfig
 
rfc3339() - Static method in class com.ethlo.time.DateTimeParsers
 

S

scale(int, int) - Method in class com.ethlo.time.token.ConfigurableDateTimeParser
 
second - Variable in class com.ethlo.time.DateTime
 
SECOND - com.ethlo.time.Field
Second of minute
SECONDS_PER_HOUR - Static variable in class com.ethlo.time.TimezoneOffset
 
SECONDS_PER_MINUTE - Static variable in class com.ethlo.time.TimezoneOffset
 
secondsInMinute - Variable in exception com.ethlo.time.LeapSecondException
 
separator - Variable in class com.ethlo.time.internal.token.SeparatorToken
 
SEPARATOR_LOWER - Static variable in class com.ethlo.time.internal.fixed.ITUParser
Default date/time seperator lower-case
SEPARATOR_SPACE - Static variable in class com.ethlo.time.internal.fixed.ITUParser
Alternative date/time seperator
SEPARATOR_UPPER - Static variable in class com.ethlo.time.internal.fixed.ITUParser
Default date/time seperator
separators - Variable in class com.ethlo.time.internal.token.SeparatorsToken
 
separators(char...) - Static method in class com.ethlo.time.DateTimeTokens
 
SeparatorsToken - Class in com.ethlo.time.internal.token
 
SeparatorsToken(char...) - Constructor for class com.ethlo.time.internal.token.SeparatorsToken
 
SeparatorToken - Class in com.ethlo.time.internal.token
 
SeparatorToken(char) - Constructor for class com.ethlo.time.internal.token.SeparatorToken
 
STRICT - Static variable in class com.ethlo.time.ParseConfig
 

T

TABLE_SIZE - Static variable in class com.ethlo.time.internal.util.LimitedCharArrayIntegerUtil
 
TABLE_WIDTH - Static variable in class com.ethlo.time.internal.util.LimitedCharArrayIntegerUtil
 
TemporalConsumer - Interface in com.ethlo.time
Consumer for flexibly dealing with different granularity date/date-times
TemporalHandler<T> - Interface in com.ethlo.time
Handler for flexibly dealing with different granularity date/date-times
TemporalType - Enum in com.ethlo.time
Enumeration listing the different types that can be converted to
TemporalType() - Constructor for enum com.ethlo.time.TemporalType
 
TIME_SEPARATOR - Static variable in class com.ethlo.time.internal.fixed.ITUParser
Default time field seperator
TimezoneOffset - Class in com.ethlo.time
Container class for timezone offset, denoted by hours and minutes
TimezoneOffset(int, int) - Constructor for class com.ethlo.time.TimezoneOffset
 
toEpochSeconds() - Method in class com.ethlo.time.DateTime
 
toInstant() - Method in class com.ethlo.time.DateTime
This method will attempt to create an Instant from whatever granularity is available in the parsed year/date/date-time.
tokens - Variable in class com.ethlo.time.token.ConfigurableDateTimeParser
 
toLocalDate() - Method in class com.ethlo.time.DateTime
Creates a LocalDate, discarding any higher granularity fields
toLocalDatetime() - Method in class com.ethlo.time.DateTime
Creates a LocalDateTime discarding any timezone information
toLocalTime() - Method in class com.ethlo.time.DateTime
 
toOffsetDatetime() - Method in class com.ethlo.time.DateTime
Creates an OffsetDateTime
toString() - Method in class com.ethlo.time.DateTime
Formats this date-time as a date/date-time with the same fields as was parsed
toString() - Method in class com.ethlo.time.internal.token.DigitsToken
 
toString() - Method in class com.ethlo.time.internal.token.SeparatorsToken
 
toString() - Method in class com.ethlo.time.internal.token.SeparatorToken
 
toString() - Method in class com.ethlo.time.ParseConfig
 
toString() - Method in class com.ethlo.time.TimezoneOffset
 
toString(int) - Method in class com.ethlo.time.DateTime
Formats this date-time as an RFC-3339 compatible string with the specified number of fractions in the second.
toString(int, char[], int, int) - Static method in class com.ethlo.time.internal.util.LimitedCharArrayIntegerUtil
 
toString(DateTime, Field, int) - Method in class com.ethlo.time.DateTime
 
toString(Field) - Method in class com.ethlo.time.DateTime
Formats this date-time as an ISO formatted string with the last included field as specified.
toYear() - Method in class com.ethlo.time.DateTime
Creates a Year discarding any higher granularity fields
toYearMonth() - Method in class com.ethlo.time.DateTime
Creates a YearMonth discarding any higher granularity fields
toZoneOffset() - Method in class com.ethlo.time.TimezoneOffset
 

U

UTC - Static variable in class com.ethlo.time.TimezoneOffset
 

V

validated() - Method in class com.ethlo.time.DateTime
 
valueOf(Class<? extends Temporal>) - Static method in enum com.ethlo.time.Field
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ethlo.time.Field
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ethlo.time.TemporalType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.ethlo.time.Field
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ethlo.time.TemporalType
Returns an array containing the constants of this enum type, in the order they are declared.

W

widths - Static variable in class com.ethlo.time.internal.fixed.ITUFormatter
 
withDateTimeSeparators(char...) - Method in class com.ethlo.time.ParseConfig
 
withFailOnTrailingJunk(boolean) - Method in class com.ethlo.time.ParseConfig
 
withFractionSeparators(char...) - Method in class com.ethlo.time.ParseConfig
 
writeTz(char[], int, TimezoneOffset) - Static method in class com.ethlo.time.internal.fixed.ITUFormatter
 

Y

year - Variable in class com.ethlo.time.DateTime
 
YEAR - com.ethlo.time.Field
Year
YEAR - com.ethlo.time.TemporalType
 
YEAR_MONTH - com.ethlo.time.TemporalType
 

Z

ZERO - Static variable in class com.ethlo.time.internal.util.LimitedCharArrayIntegerUtil
 
zeroFill(char[], int, int) - Static method in class com.ethlo.time.internal.util.LimitedCharArrayIntegerUtil
 
ZONE_OFFSET - com.ethlo.time.Field
Timezone offset
zoneOffset() - Static method in class com.ethlo.time.DateTimeTokens
 
ZoneOffsetToken - Class in com.ethlo.time.internal.token
 
ZoneOffsetToken() - Constructor for class com.ethlo.time.internal.token.ZoneOffsetToken
 
ZULU_LOWER - Static variable in class com.ethlo.time.internal.fixed.ITUParser
 
ZULU_UPPER - Static variable in class com.ethlo.time.internal.fixed.ITUParser
 
A C D E F G H I L M N O P R S T U V W Y Z 
All Classes All Packages