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 and Description |
---|
ConcurrentDateFormat(java.lang.String format,
java.util.Locale locale,
java.util.TimeZone timezone) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
format(java.util.Date date) |
java.util.Date |
parse(java.lang.String source) |
Copyright © 2000-2023 Apache Software Foundation. All Rights Reserved.