railo.commons.lang.types
Class RefIntegerSync
java.lang.Object
railo.commons.lang.types.RefIntegerImpl
railo.commons.lang.types.RefIntegerSync
- All Implemented Interfaces:
- RefInteger
public final class RefIntegerSync
- extends RefIntegerImpl
Integer Type that can be modified
Method Summary |
void |
minus(int value)
operation minus |
void |
plus(int value)
operation plus |
void |
setValue(int value)
|
RefIntegerSync
public RefIntegerSync(int value)
- Parameters:
value
-
setValue
public void setValue(int value)
- Specified by:
setValue
in interface RefInteger
- Overrides:
setValue
in class RefIntegerImpl
- Parameters:
value
-
plus
public void plus(int value)
- operation plus
- Specified by:
plus
in interface RefInteger
- Overrides:
plus
in class RefIntegerImpl
- Parameters:
value
-
minus
public void minus(int value)
- operation minus
- Specified by:
minus
in interface RefInteger
- Overrides:
minus
in class RefIntegerImpl
- Parameters:
value
-
Copyright © 2012 Railo