@FunctionalInterface
public interface Splittable<S extends Splittable<S>>
LongIndexedSpliterator
or BigIntegerIndexedSpliterator
).
The valueSupplier's split()
is typically called whenever the indexed spliterator performs a Spliterator.trySplit()
.Modifier and Type | Interface and Description |
---|---|
static interface |
Splittable.BigIntegerIndexed<T> |
static interface |
Splittable.LongIndexed<T> |
Modifier and Type | Method and Description |
---|---|
S |
split()
Splits this instance.
|
S split()