Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ digit
Method
digit
output/java_guava/1.4.17/Longs.java:342–344 ·
view source on GitHub ↗
(char c)
Source
from the content-addressed store, hash-verified
340
}
341
342
private
static
int
digit(char c) {
343
return
(c < 128) ? asciiDigits[c] : -1;
344
}
345
346
/**
347
* Parses the specified string as a signed decimal long value. The ASCII character {@code
'-'
}
Callers
1
tryParse
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected