public interface FastFormat extends Serializable, Cloneable
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Clones the formatter.
|
String |
format(Object parameters)
Formats the given object in a formatter-specific way.
|
Locale |
getLocale()
Returns the current locale of the formatter.
|
Locale getLocale()
String format(Object parameters)
parameters - the parameters for the formatting.Object clone() throws CloneNotSupportedException
CloneNotSupportedException - if cloning failed.Copyright © 2018 Hitachi Vantara. All rights reserved.