Package | Description |
---|---|
com.gs.collections.impl.block.procedure |
This package contains implementations of
Procedure and Procedure2 . |
Modifier and Type | Class and Description |
---|---|
class |
MaxComparatorProcedure<T>
Implementation of
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–2019. All rights reserved.