IteratorAsSpliterator.Builder<T> |
IteratorAsSpliterator.Builder.setBatchIncrease(int batchIncrease) |
Sets the batch increase size.
|
IteratorAsSpliterator.Builder<T> |
IteratorAsSpliterator.Builder.setCharacteristics(int characteristics) |
Sets the characteristics the subsequent spliterator will have.
|
IteratorAsSpliterator.Builder<T> |
IteratorAsSpliterator.Builder.setEstimateRemaining(long estimateRemaining) |
Sets how many estimated elements are remaining for this iterator
This defaults to Long.MAX_VALUE.
|
IteratorAsSpliterator.Builder |
IteratorAsSpliterator.Builder.setMaxBatchSize(int maxBatchSize) |
Sets the max batch size for a thread to use - This defaults to 51200
|