|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.xml.rpc.holders.IntHolder
public final class IntHolder
Holder for ints.
| Field Summary | |
|---|---|
int |
value
The int contained by this holder. |
| Constructor Summary | |
|---|---|
IntHolder()
Make a new IntHolder with a null value. |
|
IntHolder(int value)
Make a new IntHolder with value as
the value. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int value
int contained by this holder.
| Constructor Detail |
|---|
public IntHolder()
IntHolder with a null value.
public IntHolder(int value)
IntHolder with value as
the value.
value - the int to hold
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||