Java Code Example for java.util.StringTokenizer
/** * Implements the "tokenize" operation on String type. This will return a sequence containing the tokens of the given string (using delim as delimiter). * @param source Source String that is to be tokenized. * @param delim The delimiters around ......