MCPcopy Create free account
hub / github.com/ReadyTalk/avian / canCastToChar

Method canCastToChar

classpath/java/lang/Character.java:204–206  ·  view source on GitHub ↗
(int codePoint)

Source from the content-addressed store, hash-verified

202 }
203
204 private static boolean canCastToChar(int codePoint) {
205 return (codePoint >= 0 && codePoint <= 0xFFFF);
206 }
207
208 public static char[] toChars(int codePoint) {
209 if (isSupplementaryCodePoint(codePoint)) {

Callers 7

isLetterMethod · 0.95
isLetterOrDigitMethod · 0.95
isLowerCaseMethod · 0.95
isUpperCaseMethod · 0.95
isWhitespaceMethod · 0.95
isJavaIdentifierStartMethod · 0.95
isJavaIdentifierPartMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected