T - Type of iterable object.public class IteratorMultiplexer<T> extends Object implements AutoCloseable
Useful to parallelizing work from an iterator where order must still be maintained.
| Constructor and Description |
|---|
IteratorMultiplexer(Iterator<T> iterator,
int splits)
Construct a new instance.
|
public void close()
close in interface AutoCloseableCopyright © 2024. All rights reserved.