MCPcopy Create free account
hub / github.com/YujiSoftware/JDK1.0 / StringTokenizer

Class StringTokenizer

src/java/util/StringTokenizer.java:47–199  ·  view source on GitHub ↗

StringTokenizer is a class that controls simple linear tokenization of a String. The set of delimiters, which defaults to common whitespace characters, may be specified at creation time or on a per-token basis. Example usage: String s = "this is a test"; StringTokenizer st = new StringToke

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected