public class BigIntegerRange extends Object
| Constructor and Description |
|---|
BigIntegerRange(BigInteger from,
BigInteger to) |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getDiff() |
BigInteger |
getFrom() |
BigInteger |
getTo() |
boolean |
isInRange(BigInteger num) |
public BigIntegerRange(BigInteger from, BigInteger to)
public BigInteger getFrom()
public BigInteger getTo()
public BigInteger getDiff()
public boolean isInRange(BigInteger num)
Copyright © 2018. All rights reserved.