Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cschanck/single-file-java
/ map
Method
map
src/main/java/org/sfj/JSONOne.java:851–855 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
849
}
850
851
private
JMap map() throws ParseException {
852
JMap ret =
new
JMap();
853
listOfMapEntries(ret);
854
return
ret;
855
}
856
857
private
Token peekToken() throws ParseException {
858
Token p = scanner.nextToken();
Callers
7
singleObject
Method · 0.95
getMaxBallot
Method · 0.80
parseTrail
Method · 0.80
paxos
Method · 0.80
badResult
Method · 0.80
scanForArgWithParm
Method · 0.80
scanForFlag
Method · 0.80
Calls
1
listOfMapEntries
Method · 0.95
Tested by
1
getMaxBallot
Method · 0.64