@Deprecated
public class ConcurrentDateFormat
extends java.lang.Object
ConcurrentDateFormat
SimpleDateFormat
that does not make use
of ThreadLocal and - broadly - only creates enough SimpleDateFormat objects
to satisfy the concurrency requirements.Modifier and Type | Field | Description |
---|---|---|
static java.util.TimeZone |
GMT |
Deprecated.
|
static java.lang.String |
RFC1123_DATE |
Deprecated.
|
Constructor | Description |
---|---|
ConcurrentDateFormat(java.lang.String format,
java.util.Locale locale,
java.util.TimeZone timezone) |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
format(java.util.Date date) |
Deprecated.
|
static java.lang.String |
formatRfc1123(java.util.Date date) |
Deprecated.
|
public static final java.lang.String RFC1123_DATE
public static final java.util.TimeZone GMT
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.