public class

ThreadSafeSimpleDateFormat

extends ThreadSafeSimpleDateFormat
java.lang.Object
   ↳ com.thoughtworks.xstream.core.util.ThreadSafeSimpleDateFormat
     ↳ com.thoughtworks.xstream.converters.basic.ThreadSafeSimpleDateFormat

This class is deprecated.
since 1.2.1, moved to com.thoughtworks.xstream.core.util. It is not part of public API, use on your own risk.

Class Overview

Wrapper around java.text.SimpleDateFormat that can be called by multiple threads concurrently.

Summary

Public Constructors
ThreadSafeSimpleDateFormat(String format, int initialPoolSize, int maxPoolSize)
Public Methods
String format(Date date)
Date parse(String date)
[Expand]
Inherited Methods
From class com.thoughtworks.xstream.core.util.ThreadSafeSimpleDateFormat
From class java.lang.Object

Public Constructors

public ThreadSafeSimpleDateFormat (String format, int initialPoolSize, int maxPoolSize)

Public Methods

public String format (Date date)

public Date parse (String date)