|
||||||||||
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
public void plus(long value)
RefLong
plus
in interface RefLong
public void minus(long value)
RefLong
minus
in interface RefLong
public Long toLong()
toLong
in interface RefLong
public long toLongValue()
toLongValue
in interface RefLong
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |