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) |
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.