Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ charValue
Method
charValue
classpath/java/lang/Character.java:49–51 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
47
}
48
49
public
char charValue() {
50
return
value;
51
}
52
53
public
static
char toLowerCase(char c) {
54
if
(c >=
'A'
&& c <=
'Z'
) {
Callers
2
testComplexAnnotation
Method · 0.80
getChar
Method · 0.80
Calls
no outgoing calls
Tested by
1
testComplexAnnotation
Method · 0.64