MCPcopy 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

parseAnnotationValueMethod · 0.95
getMethod · 0.95
getMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected