Class ClassFormat

java.lang.Object
java.text.Format
org.apache.sis.io.ClassFormat
All Implemented Interfaces:
Serializable, Cloneable

final class ClassFormat extends Format
Used by CompoundFormat for formatting the name of objects of type Class.

Thread safety

The same INSTANCE can be safely used by many threads without synchronization on the part of the caller. Note that this is specific to ClassFormat and generally not true for arbitrary Format classes.
Since:
0.3
Version:
0.3