Package com.ethlo.time
Class AbstractRfc3339
- java.lang.Object
-
- com.ethlo.time.AbstractRfc3339
-
- All Implemented Interfaces:
Rfc3339,Rfc3339Formatter,Rfc3339Parser
- Direct Known Subclasses:
EthloITU,Java8Rfc3339
public abstract class AbstractRfc3339 extends Object implements Rfc3339
-
-
Field Summary
Fields Modifier and Type Field Description static intMAX_FRACTION_DIGITS
-
Constructor Summary
Constructors Constructor Description AbstractRfc3339()
-
Method Summary
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.ethlo.time.Rfc3339Formatter
format, format, formatUtc, formatUtc, formatUtc, formatUtcMicro, formatUtcMilli, formatUtcMilli, formatUtcNano
-
Methods inherited from interface com.ethlo.time.Rfc3339Parser
isValid, parseDateTime
-
-
-
-
Field Detail
-
MAX_FRACTION_DIGITS
public static final int MAX_FRACTION_DIGITS
- See Also:
- Constant Field Values
-
-