Skip navigation links
A C D F G I O P S T 

A

applyLocalizedPattern(String) - Method in class org.refcodes.date.impls.ConcurrentDateFormat
Deprecated.
as it is not considered to be thread safe.
applyPattern(String) - Method in class org.refcodes.date.impls.ConcurrentDateFormat
Deprecated.
as it is not considered to be thread safe.

C

ConcurrentDateFormat - Class in org.refcodes.date.impls
This concurrent ConcurrentDateFormat can be casted to SimpleDateFormat with additional thread safety which SimpleDateFormat cannot provide.
ConcurrentDateFormat() - Constructor for class org.refcodes.date.impls.ConcurrentDateFormat
 
ConcurrentDateFormat(String, Locale) - Constructor for class org.refcodes.date.impls.ConcurrentDateFormat
 
ConcurrentDateFormat(String) - Constructor for class org.refcodes.date.impls.ConcurrentDateFormat
 

D

DateUtility - Class in org.refcodes.date
 

F

format(Date, StringBuffer, FieldPosition) - Method in class org.refcodes.date.impls.ConcurrentDateFormat
This method is overridden as the DateFormat.format(Date) method is final and calls this method.
formatToCharacterIterator(Object) - Method in class org.refcodes.date.impls.ConcurrentDateFormat
Deprecated.
as it is not considered to be thread safe.

G

get2DigitYearStart() - Method in class org.refcodes.date.impls.ConcurrentDateFormat
Deprecated.
as it is not considered to be thread safe.
getCalendar() - Method in class org.refcodes.date.impls.ConcurrentDateFormat
Deprecated.
as it is not considered to be thread safe.
getDateFormatSymbols() - Method in class org.refcodes.date.impls.ConcurrentDateFormat
Deprecated.
as it is not considered to be thread safe.
getNumberFormat() - Method in class org.refcodes.date.impls.ConcurrentDateFormat
Deprecated.
as it is not considered to be thread safe.
getTimeZone() - Method in class org.refcodes.date.impls.ConcurrentDateFormat
Deprecated.
as it is not considered to be thread safe.

I

isLenient() - Method in class org.refcodes.date.impls.ConcurrentDateFormat
Deprecated.
as it is not considered to be thread safe.

O

org.refcodes.date - package org.refcodes.date
 
org.refcodes.date.impls - package org.refcodes.date.impls
 

P

parse(String) - Method in class org.refcodes.date.impls.ConcurrentDateFormat
Delegate the parse method to the thread safe FastDateFormat class.
parse(String, ParsePosition) - Method in class org.refcodes.date.impls.ConcurrentDateFormat
Deprecated.
as it is only thread safe due to synchronization.
parseObject(String, ParsePosition) - Method in class org.refcodes.date.impls.ConcurrentDateFormat
Deprecated.
as it is not considered to be thread safe.
parseObject(String) - Method in class org.refcodes.date.impls.ConcurrentDateFormat
Deprecated.
as it is not considered to be thread safe.

S

set2DigitYearStart(Date) - Method in class org.refcodes.date.impls.ConcurrentDateFormat
Deprecated.
as it is not considered to be thread safe.
setCalendar(Calendar) - Method in class org.refcodes.date.impls.ConcurrentDateFormat
Deprecated.
as it is not considered to be thread safe.
setDateFormatSymbols(DateFormatSymbols) - Method in class org.refcodes.date.impls.ConcurrentDateFormat
Deprecated.
as it is not considered to be thread safe.
setLenient(boolean) - Method in class org.refcodes.date.impls.ConcurrentDateFormat
Deprecated.
as it is not considered to be thread safe.
setNumberFormat(NumberFormat) - Method in class org.refcodes.date.impls.ConcurrentDateFormat
Deprecated.
as it is not considered to be thread safe.
setTimeZone(TimeZone) - Method in class org.refcodes.date.impls.ConcurrentDateFormat
Deprecated.
as it is not considered to be thread safe.

T

toDate(String, SimpleDateFormat[]) - Static method in class org.refcodes.date.DateUtility
Parses a String to retrieve a date from it, using the provided SimpleDateFormat instances.
toString(Date) - Method in class org.refcodes.date.impls.ConcurrentDateFormat
This methods is a substitute for the DateFormat.format(Date) method which (in this case) unnecessarily calls the format(Date, StringBuffer, FieldPosition) method with the result of creating unnecessary StringBuffer instances; please use this substitute of DateFormat.format(Date).
A C D F G I O P S T 
Skip navigation links

Copyright © 2016. All rights reserved.