public interface BatchDoubleSupplier
extends java.util.function.DoubleSupplier, java.io.Closeable
| Modifier and Type | Method and Description |
|---|---|
int |
get(double[] buffer,
int limit) |
void |
reset()
Reset this input making this readable from the beginning
|
long |
skip(long count)
Skip some items.
|