javax.xml.rpc.holders
public final class LongHolder extends Object implements Holder
longs.
Version: 1.0
| Field Summary | |
|---|---|
| long | value The long contained by this holder. |
| Constructor Summary | |
|---|---|
| LongHolder()
Make a new LongHolder with a null value. | |
| LongHolder(long value)
Make a new LongHolder with value as
the value.
| |
long contained by this holder.LongHolder with a null value.LongHolder with value as
the value.
Parameters: value the long to hold