|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.xml.rpc.holders.IntHolder
Holder for int
s.
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. |
Methods inherited from class java.lang.Object |
equals, 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 |