docs.oracle.com/en/java/javase/15/docs/api/java.base/java/util/StringTokenizer.html StringTokenizer (Java SE 15 & JDK 15) All Implemented Interfaces: Enumeration public class StringTokenizer extends Object implements Enumeration The string tokenizer class allows an application to break a string into tokens. The tokenization method is much simpler than the one used by the Stre docs.oracle.com jav..