Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
countTokens
Method · 0.95
hasMoreTokens
Method · 0.95
nextToken
Method · 0.95
Calls
1
indexOf
Method · 0.65
Tested by
no test coverage detected