protected abstract static class GeneratorQueue.Fetch<T> extends AbstractStringify
| Modifier | Constructor and Description |
|---|---|
protected |
Fetch() |
| Modifier and Type | Method and Description |
|---|---|
abstract GeneratorQueue.Fetch<T> |
copy() |
abstract boolean |
expectException() |
abstract T |
fetch() |
abstract boolean |
hasNext() |
abstract long |
randomSeedHint() |
toString, toStringpublic abstract boolean hasNext()
public abstract T fetch()
public abstract boolean expectException()
public abstract GeneratorQueue.Fetch<T> copy()
public abstract long randomSeedHint()
Copyright © 2019. All rights reserved.