MessageFormat.java | 22 import java.text.Format; 56 * <code>MessageFormat</code> differs from the other <code>Format</code> 73 * {@link #setFormatByArgumentName(String, Format)}, 74 * {@link #format(Map, StringBuffer, FieldPosition)}, 75 * {@link #format(String, Map)}, {@link #parseToMap(String, ParsePosition)}, 85 * {@link #setFormatsByArgumentIndex(Format[])}, 86 * {@link #setFormatByArgumentIndex(int, Format)}, 89 * {@link #format(Object[], StringBuffer, FieldPosition)}, 90 * {@link #format(String, Object[])}, 95 * <p>The API {@link #format(Object, StringBuffer, FieldPosition)} ha 902 public final StringBuffer format(Object[] arguments, StringBuffer result, method in class:MessageFormat 963 public static String format(String pattern, Object... arguments) { method in class:MessageFormat 1021 public final StringBuffer format(Object arguments, StringBuffer result, method in class:MessageFormat [all...] |