MCPcopy Index your code
hub / github.com/YujiSoftware/JDK1.0 / countTokens

Method countTokens

src/java/util/StringTokenizer.java:166–198  ·  view source on GitHub ↗

Returns the next number of tokens in the String using the current deliminter set. This is the number of times nextToken() can return before it will generate an exception. Use of this routine to count the number of tokens is faster than repeatedly calling nextToken() because the substrings are not c

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

execMethod · 0.95

Calls 2

indexOfMethod · 0.45
charAtMethod · 0.45

Tested by

no test coverage detected