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
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
- RowMappingProtocol(TableHeader, Function<T, List<?>>) - Constructor for class org.dnsge.util.tableprinter.row.RowMappingProtocol
-
Creates a new RowMappingProtocol with a
TableHeader
and aFunction
that takes an input of typeT
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
- rowsToStringTable(TableRow...) - Static method in class org.dnsge.util.tableprinter.printer.RowPrinter
-
Creates a
List
of Strings of lines from someTableRows
All Classes All Packages