Interface Format<T>
-
- All Known Subinterfaces:
PatternFormat<T>
- All Known Implementing Classes:
AbstractNumberFormat,NumberPatternFormat
public interface Format<T>Format allows to format object to and from string received using format or parse method
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringformat(T object)Formats the object into a StringTparse(String string)Parses a String into an object
-