| 
 | ||||||||||
| PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.util.MuCharacter
A mutable character class.
| Constructor Summary | |
| MuCharacter()Construct a new mutable character. | |
| MuCharacter(char c)Construct a new mutable character. | |
| MuCharacter(java.lang.Object obj)Construct a new mutable character. | |
| Method Summary | |
|  char | charValue()Return the charvalue of this mutable character. | 
|  java.lang.Object | clone()Return a cloned copy of this mutable character. | 
|  int | compareTo(char other)Compares this object with the specified long for order. | 
|  int | compareTo(java.lang.Object obj)Compares this object with the specified object for order. | 
|  boolean | equals(java.lang.Object obj)Test the equality of this mutable character and another object. | 
|  char | get()Get the current value. | 
|  java.lang.Object | getValue()Return the char value of this mutable character. | 
|  int | hashCode()Get the hash code of this mutable character. | 
|  char | set(char c)Set the value. | 
|  void | setValue(java.lang.Object obj)Set the value of this mutable character. | 
|  java.lang.String | toString()Convert this mutable character to a string. | 
| Methods inherited from class java.lang.Object | 
| finalize, getClass, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
public MuCharacter()
public MuCharacter(char c)
c - char value.public MuCharacter(java.lang.Object obj)
obj - Object to convert to a char.| Method Detail | 
public char set(char c)
c - char value.
public char get()
public char charValue()
char value of this mutable character.
char value.public int compareTo(char other)
other - Value to compare with.
public int compareTo(java.lang.Object obj)
compareTo in interface java.lang.Comparablejava.lang.ClassCastException - Object is not a MuCharacter.public java.lang.String toString()
public int hashCode()
public boolean equals(java.lang.Object obj)
obj - Qbject to test equality with.
public java.lang.Object clone()
public void setValue(java.lang.Object obj)
setValue in interface Mutable (src) obj - Object to convert to a char.
NotCoercibleException (src)  - Can not convert to char.public java.lang.Object getValue()
getValue in interface Mutable (src) java.lang.Character value.| 
 | ||||||||||
| PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||