Uses of Interface
com.ethlo.time.TemporalHandler
-
Packages that use TemporalHandler Package Description com.ethlo.time -
-
Uses of TemporalHandler in com.ethlo.time
Methods in com.ethlo.time with parameters of type TemporalHandler Modifier and Type Method Description static <T> T
ITU. parse(java.lang.String text, TemporalHandler<T> temporalHandler)
Parse the input, and use callbacks for the type of date/date-time it contains.
-