public class MaxProcedure<T>
extends java.lang.Object
implements com.gs.collections.api.block.procedure.Procedure<T>
Procedure that holds on to the minimum element seen so far,
determined by the Function.| Modifier and Type | Field and Description |
|---|---|
protected T |
result |
protected boolean |
visitedAtLeastOnce |
| Constructor and Description |
|---|
MaxProcedure() |
protected boolean visitedAtLeastOnce
protected T result