Extension SDK 10.1.2

oracle.ide.util
Class Mutables.Long

java.lang.Object
  extended byjava.lang.Number
      extended byoracle.ide.util.Mutables.Long
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Mutables

public static final class Mutables.Long
extends java.lang.Number

See Also:
Serialized Form

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

public Mutables.Long(long value)
Method Detail

get

public long get()

set

public void set(long value)

intValue

public int intValue()

longValue

public long longValue()

floatValue

public float floatValue()

doubleValue

public double doubleValue()

preincrement

public long preincrement()

predecrement

public long predecrement()

postincrement

public long postincrement()

postdecrement

public long postdecrement()

toString

public java.lang.String toString()

Extension SDK

 

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