oracle.ide.util
Class Mutables.Byte
java.lang.Object
java.lang.Number
oracle.ide.util.Mutables.Byte
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- Mutables
- public static final class Mutables.Byte
- 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.Byte
public Mutables.Byte(byte value)
get
public byte get()
set
public void set(byte value)
intValue
public int intValue()
longValue
public long longValue()
floatValue
public float floatValue()
doubleValue
public double doubleValue()
preincrement
public byte preincrement()
predecrement
public byte predecrement()
postincrement
public byte postincrement()
postdecrement
public byte postdecrement()
toString
public java.lang.String toString()
Copyright © 1997, 2004, Oracle. All rights reserved.