Class UnmodifiableMessageFormat

java.lang.Object
java.text.Format
java.text.MessageFormat
com.aoapps.lang.text.UnmodifiableMessageFormat
All Implemented Interfaces:
Serializable, Cloneable

public class UnmodifiableMessageFormat extends MessageFormat
A MessageFormat that may not be modified. This allows the message format to be cached while avoiding any accidental change of the cached object.
Author:
AO Industries, Inc.
See Also: