Class CollectUnsortedSetBatch<T,V>

java.lang.Object
org.eclipse.collections.impl.lazy.parallel.AbstractBatch<V>
org.eclipse.collections.impl.lazy.parallel.set.CollectUnsortedSetBatch<T,V>
All Implemented Interfaces:
Batch<V>, UnsortedSetBatch<V>

public class CollectUnsortedSetBatch<T,V> extends AbstractBatch<V> implements UnsortedSetBatch<V>