Package org.moeaframework.util.format


package org.moeaframework.util.format
Classes for formatting data into a tabular format.
  • Class
    Description
    Column<T,V>
    Defines a column in a TabularData instance.
    Interface used by classes that display content, either to standard output or an output stream.
    Interface used by classes containing tabular data (think like a spreadsheet) that can be formatted and rendered in various ways.
    Formats an object of some type into a string.
    Formatter for displaying numeric data.
    Formats and displays tabular data.
    Formatter for Variables.