Class AbstractLazyIntIterable.IntMaxProcedure
java.lang.Object
org.eclipse.collections.impl.lazy.primitive.AbstractLazyIntIterable.IntMaxProcedure
- All Implemented Interfaces:
Serializable, IntConsumer, IntProcedure
- Enclosing class:
AbstractLazyIntIterable
private static final class AbstractLazyIntIterable.IntMaxProcedure
extends Object
implements IntProcedure
- Since:
- 5.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IntConsumer
andThenMethods inherited from interface IntProcedure
accept
-
Field Details
-
visitedOnce
private boolean visitedOnce -
max
private int max
-
-
Constructor Details
-
IntMaxProcedure
private IntMaxProcedure()
-
-
Method Details
-
value
public void value(int each) - Specified by:
valuein interfaceIntProcedure
-
getValue
public int getValue()
-