Skip navigation links 
 
oracle.ide.util
Class Mutables.Long
java.lang.Object
  
java.lang.Number
      
oracle.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
 
 
  
 
 
| 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.Long
public Mutables.Long(long value)
get
public long get()
set
public void set(long 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 long preincrement()
predecrement
public long predecrement()
postincrement
public long postincrement()
postdecrement
public long postdecrement()
toString
public java.lang.String toString()
- 
- Overrides:
 
toString in class java.lang.Object 
 
Skip navigation links 
 
Copyright © 1997, 2016, Oracle. All rights reserved.