An implementation of Tokenizer using a String
no subtypes hierarchy
Initializer |
StringTokenizer(String chars) |
Attributes | |
hasMore | Source Codeshared actual Boolean hasMore Whether there is another character Refines Tokenizer.hasMore |
Inherited Attributes |
Attributes inherited from: Object |
Attributes inherited from: Tokenizer |
Methods | |
character | Source Codeshared actual Character character() The character at the current index, or throw Refines Tokenizer.character |
Inherited Methods |
Methods inherited from: Object |
Methods inherited from: Tokenizer |