Class AbstractLazyIntIterable.IntMinProcedure
java.lang.Object
org.eclipse.collections.impl.lazy.primitive.AbstractLazyIntIterable.IntMinProcedure
- All Implemented Interfaces:
Serializable, IntConsumer, IntProcedure
- Enclosing class:
AbstractLazyIntIterable
private static final class AbstractLazyIntIterable.IntMinProcedure
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 -
min
private int min
-
-
Constructor Details
-
IntMinProcedure
private IntMinProcedure()
-
-
Method Details
-
value
public void value(int each) - Specified by:
valuein interfaceIntProcedure
-
getValue
public int getValue()
-