abstract static class Format.FallbackFormat extends Format.BasicFormat
| Modifier and Type | Field and Description | 
|---|---|
(package private) String | 
token  | 
code| Constructor and Description | 
|---|
FallbackFormat(int code,
              String token)  | 
| Modifier and Type | Method and Description | 
|---|---|
(package private) void | 
format(Calendar calendar,
      StringBuilder buf)  | 
(package private) void | 
format(double d,
      StringBuilder buf)  | 
(package private) void | 
format(long n,
      StringBuilder buf)  | 
(package private) void | 
format(String s,
      StringBuilder buf)  | 
format, formatNull, getFormatType, isApplicableTo, isApplicableTofinal String token
FallbackFormat(int code,
               String token)
void format(double d,
            StringBuilder buf)
format in class Format.BasicFormatvoid format(long n,
            StringBuilder buf)
format in class Format.BasicFormatvoid format(String s, StringBuilder buf)
format in class Format.BasicFormatvoid format(Calendar calendar, StringBuilder buf)
format in class Format.BasicFormat