Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


oracle.ide.util
Class Mutables.Byte

java.lang.Object
  extended by java.lang.Number
      extended by 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

Constructor Summary
Mutables.Byte(byte value)
           

 

Method Summary
 double doubleValue()
           
 float floatValue()
           
 byte get()
           
 int intValue()
           
 long longValue()
           
 byte postdecrement()
           
 byte postincrement()
           
 byte predecrement()
           
 byte preincrement()
           
 void set(byte value)
           
 java.lang.String toString()
           

 

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

 

Constructor Detail

Mutables.Byte

public Mutables.Byte(byte value)

Method Detail

get

public byte get()

set

public void set(byte value)

intValue

public int intValue()
Specified by:
intValue in class java.lang.Number

longValue

public long longValue()
Specified by:
longValue in class java.lang.Number

floatValue

public float floatValue()
Specified by:
floatValue in class java.lang.Number

doubleValue

public double doubleValue()
Specified by:
doubleValue in class java.lang.Number

preincrement

public byte preincrement()

predecrement

public byte predecrement()

postincrement

public byte postincrement()

postdecrement

public byte postdecrement()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


Copyright © 1997, 2012, Oracle. All rights reserved.