Uses of Interface
com.ethlo.time.token.DateTimeToken
-
Packages that use DateTimeToken Package Description com.ethlo.time com.ethlo.time.internal.token com.ethlo.time.token -
-
Uses of DateTimeToken in com.ethlo.time
Methods in com.ethlo.time that return DateTimeToken Modifier and Type Method Description static DateTimeToken
DateTimeTokens. digits(Field field, int length)
static DateTimeToken
DateTimeTokens. fractions()
static DateTimeToken
DateTimeTokens. separators(char... anyOf)
static DateTimeToken
DateTimeTokens. zoneOffset()
Methods in com.ethlo.time with parameters of type DateTimeToken Modifier and Type Method Description static DateTimeParser
DateTimeParsers. of(DateTimeToken... tokens)
-
Uses of DateTimeToken in com.ethlo.time.internal.token
Classes in com.ethlo.time.internal.token that implement DateTimeToken Modifier and Type Class Description class
DigitsToken
class
FractionsToken
class
SeparatorsToken
class
SeparatorToken
class
ZoneOffsetToken
-
Uses of DateTimeToken in com.ethlo.time.token
Fields in com.ethlo.time.token declared as DateTimeToken Modifier and Type Field Description private DateTimeToken[]
ConfigurableDateTimeParser. tokens
Methods in com.ethlo.time.token with parameters of type DateTimeToken Modifier and Type Method Description static DateTimeParser
ConfigurableDateTimeParser. of(DateTimeToken... tokens)
Create a new parser with the specified tokensConstructors in com.ethlo.time.token with parameters of type DateTimeToken Constructor Description ConfigurableDateTimeParser(DateTimeToken... tokens)
-