| Package | Description |
|---|---|
| org.eclipse.collections.impl.block.factory |
This package contains factory implementations for
Function, Predicate, SerializableComparator and Procedure. |
| org.eclipse.collections.impl.block.procedure |
This package contains implementations of
Procedure and Procedure2. |
| org.eclipse.collections.impl.lazy.parallel | |
| org.eclipse.collections.impl.parallel |
This package contains classes which is used for parallel iteration through the containers.
|
| Class and Description |
|---|
| CaseProcedure
CaseProcedure allows developers to create an object form of a case statement, which instead of being based on
a single switch value is based on a list of predicate / procedure combinations.
|
| Class and Description |
|---|
| BagAddOccurrencesProcedure |
| CaseProcedure
CaseProcedure allows developers to create an object form of a case statement, which instead of being based on
a single switch value is based on a list of predicate / procedure combinations.
|
| ChainedProcedure
ChainedProcedure allows a developer to chain together procedure to be executed in sequence.
|
| CollectionAddProcedure
CollectionAddProcedure adds elements to the specified collection when one of the block methods are called.
|
| CollectionRemoveProcedure
CollectionRemoveProcedure removes element from the specified collection when one of the procedure methods are called.
|
| ComparatorProcedure |
| DoubleSumResultHolder |
| MultimapEachPutProcedure
MultimapEachPutProcedure uses a Function to calculate the keys for an object and puts the object with each of
the keys into the specified
MutableMultimap. |
| MultimapPutProcedure
MultimapPutProcedure uses a Function to calculate the key for an object and puts the object with the key
into the specified
MutableMultimap. |
| ZipWithIndexProcedure
Creates a PairImpl of objects and their indexes and adds the result to a target collection.
|
| Class and Description |
|---|
| DoubleSumResultHolder |
| Class and Description |
|---|
| CollectIfProcedure |
| CollectProcedure
Applies a function to an object and adds the result to a target collection.
|
| CountProcedure
Applies a predicate to an object and increments a count if it returns true.
|
| FastListCollectIfProcedure |
| FastListCollectProcedure
Applies a function to an object and adds the result to a target fastList.
|
| FastListRejectProcedure
Applies a predicate to an object to determine if it should be added to a target fastList.
|
| FastListSelectProcedure
Applies a predicate to an object to determine if it should be added to a target fastList.
|
| FlatCollectProcedure
Applies a function to an object and adds the result to a target collection.
|
| RejectProcedure
Applies a predicate to an object to determine if it should be added to a target collection.
|
| SelectProcedure
Applies a predicate to an object to determine if it should be added to a target collection.
|
Copyright © 2004–2022. All rights reserved.