|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrailo.commons.lang.types.RefLongImpl
public final class RefLongImpl
Integer Type that can be modified
Constructor Summary | |
---|---|
RefLongImpl()
Constructor of the class |
|
RefLongImpl(long value)
Constructor of the class |
Method Summary | |
---|---|
void |
minus(long value)
operation minus |
void |
plus(long value)
operation plus |
void |
setValue(long value)
|
Long |
toLong()
|
long |
toLongValue()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RefLongImpl(long value)
value
- public RefLongImpl()
Method Detail |
---|
public void setValue(long value)
setValue
in interface RefLong
RefLong.setValue(long)
public void plus(long value)
RefLong
plus
in interface RefLong
RefLong.plus(long)
public void minus(long value)
RefLong
minus
in interface RefLong
RefLong.minus(long)
public Long toLong()
toLong
in interface RefLong
RefLong.toLong()
public long toLongValue()
toLongValue
in interface RefLong
RefLong.toLongValue()
public String toString()
toString
in class Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |