oracle.ide.util
Class Mutables.Character
java.lang.Object
java.lang.Number
oracle.ide.util.Mutables.Character
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- Mutables
- public static final class Mutables.Character
- extends java.lang.Number
- See Also:
- Serialized Form
Methods inherited from class java.lang.Number |
byteValue, shortValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Mutables.Character
public Mutables.Character(char value)
get
public char get()
set
public void set(char value)
intValue
public int intValue()
longValue
public long longValue()
floatValue
public float floatValue()
doubleValue
public double doubleValue()
preincrement
public char preincrement()
predecrement
public char predecrement()
postincrement
public char postincrement()
postdecrement
public char postdecrement()
toString
public java.lang.String toString()
Copyright © 1997, 2004, Oracle. All rights reserved.