public abstract class AbstractDateTimeFormatter<DATE_TIME> extends Object implements DateTimeFormatter<DATE_TIME>
| 构造器和说明 |
|---|
AbstractDateTimeFormatter() |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract DateTimeFormatter<DATE_TIME> |
get() |
Locale |
getLocale() |
String |
getPattern() |
void |
setLocal(Locale locale) |
void |
setPattern(String pattern) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitformat, supportedpublic String getPattern()
getPattern 在接口中 DateTimeFormatter<DATE_TIME>public void setPattern(String pattern)
setPattern 在接口中 DateTimeFormatter<DATE_TIME>public void setLocal(Locale locale)
setLocal 在接口中 DateTimeFormatter<DATE_TIME>public Locale getLocale()
getLocale 在接口中 DateTimeFormatter<DATE_TIME>public abstract DateTimeFormatter<DATE_TIME> get()
get 在接口中 DateTimeFormatter<DATE_TIME>get 在接口中 DateTimeFormatterFactory<DATE_TIME>get 在接口中 Supplier0<DateTimeFormatter<DATE_TIME>>Copyright © 2022. All rights reserved.