Extension SDK 10.1.2


oracle.ide.util
Class Mutables.Short

java.lang.Object
  extended byjava.lang.Number
      extended byoracle.ide.util.Mutables.Short

All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Mutables

public static final class Mutables.Short
extends java.lang.Number
See Also:
Serialized Form

Constructor Summary
Mutables.Short(short value)

Method Summary
double doubleValue()
float floatValue()
short get()
int intValue()
long longValue()
short postdecrement()
short postincrement()
short predecrement()
short preincrement()
void set(short 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.Short

public Mutables.Short(short value)

Method Detail

get

public short get()

set

public void set(short value)

intValue

public int intValue()

longValue

public long longValue()

floatValue

public float floatValue()

doubleValue

public double doubleValue()

preincrement

public short preincrement()

predecrement

public short predecrement()

postincrement

public short postincrement()

postdecrement

public short postdecrement()

toString

public java.lang.String toString()

Extension SDK


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