Interface Detokenizer

    • Method Detail

      • detokenize

        String detokenize​(String[] tokens,
                          String splitMarker)
        Detokenizes the input tokens into a String. Tokens which are connected without a whitespace character in between can be separated by a given splitMarker.
        Parameters:
        tokens - The elements which should be concatenated.
        splitMarker - The split marker or null.
        Returns:
        The concatenated tokens as a single string.