Class Concatenators.SeparatedAreaConcatenator

    • Constructor Detail

      • SeparatedAreaConcatenator

        public SeparatedAreaConcatenator​(String separator,
                                         BoxConcatenator boxConcatenator)
    • Method Detail

      • concat

        public String concat​(List<Area> elems)
        Description copied from interface: Concatenator
        Creates a text string by concatenating the contents of the given elements.
        Specified by:
        concat in interface Concatenator<Area>
        Parameters:
        elems - The list of elements to concatenate.
        Returns:
        Resulting text string.