A C D E F G H I L M O P R S T U V 
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 TableRows from 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
Specifies how a RowFactory should make a TableRow from an object of type T
RowMappingProtocol(TableHeader, Function<T, List<?>>) - Constructor for class org.dnsge.util.tableprinter.row.RowMappingProtocol
Creates a new RowMappingProtocol with a TableHeader and a Function that takes an input of type T and returns a list of Objects
RowPrinter - Class in org.dnsge.util.tableprinter.printer
Class with static methods to print TableRow objects
rowsToStringTable(List<TableRow>) - Static method in class org.dnsge.util.tableprinter.printer.RowPrinter
Creates a List of Strings of lines from a List of TableRows.
rowsToStringTable(TableRow...) - Static method in class org.dnsge.util.tableprinter.printer.RowPrinter
Creates a List of Strings of lines from some TableRows
A C D E F G H I L M O P R S T U V 
All Classes All Packages