public class UniqueExhaustiveGenerator<T>
extends java.lang.Object
implements net.jqwik.api.ExhaustiveGenerator<T>
| Constructor and Description |
|---|
UniqueExhaustiveGenerator(net.jqwik.api.ExhaustiveGenerator<T> base) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isUnique() |
java.util.Iterator<T> |
iterator() |
long |
maxCount() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic UniqueExhaustiveGenerator(net.jqwik.api.ExhaustiveGenerator<T> base)