java.lang
Class Character

java.lang.Object
   |
   +--java.lang.Character

public final class Character
extends Object

Field Summary
private final value
          
Constructor Summary
Character(char value)
           
 
Method Summary
public charcharValue()
          
public static CharactervalueOf(char b)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Field Detail

value

private final char value
References to the field:
java/lang/Character.java 12
java/lang/Character.java 20
Constructor Detail

Character

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
Method Detail

charValue

public char charValue()

valueOf

public static Character valueOf(char b)

Locals in the method:
b Line 16