Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cschanck/single-file-java
/ isAtEnd
Method
isAtEnd
src/main/java/org/sfj/JSONOne.java:630–632 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
628
}
629
630
private
boolean isAtEnd() {
631
return
current >= input.length();
632
}
633
634
char advance() {
635
if
(isAtEnd()) {
Callers
3
peek
Method · 0.95
advance
Method · 0.95
nextToken
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected