Interface Formatter

All Known Implementing Classes:
Formatter.BUILTIN

public interface Formatter
Formats a string.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
    Built-in formatters.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the formatted string.
  • Method Details

    • format

      String format(String str)
      Returns the formatted string.