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