| Package | Description |
|---|---|
| org.eclipse.collections.impl.block.procedure |
This package contains implementations of
Procedure and Procedure2. |
| Modifier and Type | Class and Description |
|---|---|
class |
MaxComparatorProcedure<T>
Implementation of
Procedure that holds on to the maximum element seen so far,
determined by the Comparator. |
class |
MinComparatorProcedure<T>
Implementation of
Procedure that holds on to the minimum element seen so far,
determined by the Comparator |
Copyright © 2004–2022. All rights reserved.