A C D E F G H I L M O P R S T U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
R
- RIGHT - org.dnsge.util.tableprinter.table.TableAlignment
- RowFactory<T> - Class in org.dnsge.util.tableprinter.row
-
Class with static methods that creates
TableRowsfrom different Objects - RowFactory(RowMappingProtocol<T>) - Constructor for class org.dnsge.util.tableprinter.row.RowFactory
-
Creates a new RowFactory that creates rows based off of a
RowMappingProtocol - RowMappingProtocol<T> - Class in org.dnsge.util.tableprinter.row
- RowMappingProtocol(TableHeader, Function<T, List<?>>) - Constructor for class org.dnsge.util.tableprinter.row.RowMappingProtocol
-
Creates a new RowMappingProtocol with a
TableHeaderand aFunctionthat takes an input of typeTand returns a list of Objects - RowPrinter - Class in org.dnsge.util.tableprinter.printer
-
Class with static methods to print
TableRowobjects - rowsToStringTable(List<TableRow>) - Static method in class org.dnsge.util.tableprinter.printer.RowPrinter
- rowsToStringTable(TableRow...) - Static method in class org.dnsge.util.tableprinter.printer.RowPrinter
-
Creates a
Listof Strings of lines from someTableRows
All Classes All Packages