public class NextBigIntegerSequencingPolicy extends Object implements SequencingPolicy<BigInteger>
| Constructor and Description |
|---|
NextBigIntegerSequencingPolicy() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
Optional<BigInteger> |
next(BigInteger element) |
public Optional<BigInteger> next(BigInteger element)
next in interface SequencingPolicy<BigInteger>Copyright © 2017. All rights reserved.