Uses of Class
com.gengoai.string.TableFormatter
-
Packages that use TableFormatter Package Description com.gengoai.string Functions, predicates, and utilities to create, format, parse, and manipulate strings. -
-
Uses of TableFormatter in com.gengoai.string
Methods in com.gengoai.string that return TableFormatter Modifier and Type Method Description TableFormatter
TableFormatter. content(Collection<?> collection)
Content table formatter.TableFormatter
TableFormatter. footer(Collection<?> collection)
<T> TableFormatter
TableFormatter. header(Collection<? extends T> collection)
Header table formatter.TableFormatter
TableFormatter. title(String title)
Title table formatter.
-