Package com.ethlo.time.token
Interface DateTimeToken
-
- All Known Implementing Classes:
DigitsToken,FractionsToken,SeparatorsToken,SeparatorToken,ZoneOffsetToken
public interface DateTimeToken
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default FieldgetField()intread(java.lang.String text, java.text.ParsePosition parsePosition)
-
-
-
Method Detail
-
read
int read(java.lang.String text, java.text.ParsePosition parsePosition)
-
getField
default Field getField()
-
-