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...)
.Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.