|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--safejdbc.holder.IntHolder
This class is designed to hold an int. It is useful to pass an int into and out of a code block such as a ResultSetProcessor or a FillingCommand. For an overview see the package overview.
| Constructor Summary | |
IntHolder(int value)
|
|
| Method Summary | |
void |
add(int value)
|
void |
decrement()
|
int |
getValue()
|
void |
increment()
|
void |
setValue(int value)
|
void |
subtract(int value)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public IntHolder(int value)
| Method Detail |
public void increment()
public void decrement()
public int getValue()
public void setValue(int value)
public void add(int value)
public void subtract(int value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||