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