Searched defs:Format (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/text/
H A DFormat.java35 * Many of the concrete subclasses of {@code Format} employ the notion of a
42 * patterns, the notion of a pattern is not inherent to {@code Format} classes
50 * is a formatter which utilizes other {@code Format} objects to format a string
57 public abstract class Format implements Serializable, Cloneable { class in inherits:Serializable,Cloneable
64 protected Format() { method in class:Format
68 * Returns a copy of this {@code Format} instance.
228 * Inner class used to represent {@code Format} attributes in the
230 * {@code formatToCharacterIterator()} method returns in {@code Format}

Completed in 55 milliseconds