LongHolderpublic final class LongHolder extends Object implements Holder
Fields Summary |
---|
public long | valueThe long contained by this holder. |
Constructors Summary |
---|
public LongHolder()Make a new LongHolder with a null value.
| public LongHolder(long value)Make a new LongHolder with value as
the value.
this.value = value;
|
|