public class FastMessageFormat extends Object
MessageFormat.| Constructor and Description |
|---|
FastMessageFormat() |
| Modifier and Type | Method and Description |
|---|---|
String |
format(String pattern,
Object... arguments)
Use this method exactly like
MessageFormat.format(String, Object...). |
public String format(String pattern, Object... arguments)
MessageFormat.format(String, Object...).pattern - the pattern to usearguments - the objects to formatMessageFormat.format(String, Object...)Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.