Uses of Class
org.refcodes.textual.VerboseTextBuilder
-
Uses of VerboseTextBuilder in org.refcodes.textual
Modifier and TypeMethodDescriptionVerboseTextBuilder.withCollectionHead
(Character aHead) Sets theString
to be used for the begin of a collection.VerboseTextBuilder.withElements
(boolean[] aElements) Sets the CSV elements for the CSV elements property.VerboseTextBuilder.withElements
(byte[] aElements) Sets the CSV elements for the CSV elements property.VerboseTextBuilder.withElements
(char[] aElements) Sets the CSV elements for the CSV elements property.VerboseTextBuilder.withElements
(double[] aElements) Sets the CSV elements for the CSV elements property.VerboseTextBuilder.withElements
(float[] aElements) Sets the CSV elements for the CSV elements property.VerboseTextBuilder.withElements
(int[] aElements) Sets the CSV elements for the CSV elements property.VerboseTextBuilder.withElements
(long[] aElements) Sets the CSV elements for the CSV elements property.VerboseTextBuilder.withElements
(short[] aElements) Sets the CSV elements for the CSV elements property.VerboseTextBuilder.withElements
(Object aElements) Sets the elements for the elements property.VerboseTextBuilder.withElements
(Object[] aElements) Sets the elements for the elements property.VerboseTextBuilder.withElements
(Collection<?> aElements) Sets the elements for the elements property.VerboseTextBuilder.withElements
(Map<?, ?> aElements) Sets the elements for the elements property.