Package dev.gmitch215.bytebox.text
Interface Formattable
public interface Formattable
A type that formats itself, standing in for
java.util.Formattable.
Replaced rather than supplied, because its one method takes a formatter and the formatter is
Formatter here.
- Since:
- 1.0.0
-
Method Summary
-
Method Details
-
formatTo
Writes this into a formatter.- Parameters:
formatter- where to writeflags- the flags the specifier carried, fromFormattableFlagswidth- the width the specifier carried, or -1 for noneprecision- the precision the specifier carried, or -1 for none
-