Modifier and Type | Field and Description |
---|---|
BigInteger |
value
The
BigInteger that is held. |
Constructor and Description |
---|
BigIntegerHolder()
Make a new
BigIntegerHolder with a null value. |
BigIntegerHolder(BigInteger value)
Make a new
BigIntegerHolder with value as
the value. |
public BigInteger value
BigInteger
that is held.public BigIntegerHolder()
BigIntegerHolder
with a null
value.public BigIntegerHolder(BigInteger value)
BigIntegerHolder
with value
as
the value.value
- the BigInteger
to holdCopyright © The Apache Software Foundation. All Rights Reserved.