MCPcopy 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

testComplexAnnotationMethod · 0.80
getCharMethod · 0.80

Calls

no outgoing calls

Tested by 1

testComplexAnnotationMethod · 0.64