java.lang
Class Character
java.lang.Object
|
+--java.lang.Character
- public final class Character
- extends Object
Field Summary |
private final | value |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
private final char value
- References to the field:
- java/lang/Character.java 12
- java/lang/Character.java 20
public Character(char value)
- Click to Locals in the Constructor
- Call sites to the constructor:
- java/lang/Character.java 16
- junit/framework/Assert.java 157
- junit/framework/Assert.java 157
- Locals in the constructor:
- value: Line 12
charValue
public char charValue()
valueOf
public static Character valueOf(char b)
- Locals in the method:
- b Line 16