Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DGVPSH/SlackOpen
/ hasCharNext
Method
hasCharNext
src/main/java/net/optifine/expr/TokenType.java:52–55 ·
view source on GitHub ↗
(char ch)
Source
from the content-addressed store, hash-verified
50
}
51
52
public
boolean hasCharNext(char ch)
53
{
54
return
this.charsNext.indexOf(ch) >= 0;
55
}
56
57
private
static
class
Const {
58
static
final
String ALPHAS =
"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"
;
Callers
1
readToken
Method · 0.80
Calls
1
indexOf
Method · 0.45
Tested by
no test coverage detected