MCPcopy Create free account
hub / github.com/ReadyTalk/avian / isDelimiter

Method isDelimiter

classpath/java/util/StringTokenizer.java:35–37  ·  view source on GitHub ↗
(char c)

Source from the content-addressed store, hash-verified

33 }
34
35 private boolean isDelimiter(char c) {
36 return delimiters.indexOf(c) >= 0;
37 }
38
39 public int countTokens() {
40 int count = 0;

Callers 3

countTokensMethod · 0.95
hasMoreTokensMethod · 0.95
nextTokenMethod · 0.95

Calls 1

indexOfMethod · 0.65

Tested by

no test coverage detected