Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ valueOf
Method
valueOf
classpath/java/lang/Character.java:25–27 ·
view source on GitHub ↗
(char value)
Source
from the content-addressed store, hash-verified
23
}
24
25
public
static
Character valueOf(char value) {
26
return
new
Character(value);
27
}
28
29
public
int
compareTo(Character o) {
30
return
value - o.value;
Callers
3
parseAnnotationValue
Method · 0.95
get
Method · 0.95
get
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected