public interface VectorSuppliers<V>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
VectorSuppliers.VectorSupplier2D |
static interface |
VectorSuppliers.VectorSupplier3D |
static interface |
VectorSuppliers.VectorSupplier4D |
| Modifier and Type | Method and Description |
|---|---|
default int |
count() |
int |
getIndex() |
V |
getNext() |
boolean |
hasNext() |
void |
onFinished() |
void |
reset() |
default void |
seekTo(int index) |
default int count()
int getIndex()
V getNext()
boolean hasNext()
void onFinished()
void reset()
default void seekTo(int index)