Class FlattenSpliterator<E>

java.lang.Object
org.infinispan.commons.util.FlattenSpliterator<E>
All Implemented Interfaces:
Spliterator<E>

public class FlattenSpliterator<E> extends Object implements Spliterator<E>
Composes an array of Collections into a spliterator. This spliterator will only split up to the collection and will not split the spliterator from the collection itself.
Since:
9.3
Author:
wburns