Class StringListParser

    • Method Detail

      • parse

        public static List<Stringparse​(String s)
        Parses a list of strings from the specified strings containing space or comma separated tokens.
        Parameters:
        s - The string, null if not specified.
        Returns:
        The string list, empty list if the string was null.