Package | Description |
---|---|
org.eclipse.collections.impl.parallel |
This package contains classes which is used for parallel iteration through the containers.
|
Modifier and Type | Class and Description |
---|---|
class |
FastListRejectProcedureCombiner<T>
Combines the results of a Collection of FastListRejectProcedures which each hold onto a negative filtered (reject)
collection of results.
|
class |
FastListSelectProcedureCombiner<T>
Combines the results of a Collection of SelectBlocks which each hold onto a filtered (select)
collection of results.
|
class |
RejectProcedureCombiner<T>
Combines the results of a Collection of SelectBlocks which each hold onto a negative filtered (reject)
collection of results.
|
class |
SelectProcedureCombiner<T>
Combines the results of a Collection of SelectBlocks which each hold onto a filtered (select)
collection of results.
|
Copyright © 2004–2016. All rights reserved.