Class AbstractLazyLongIterable.LongMaxProcedure
java.lang.Object
org.eclipse.collections.impl.lazy.primitive.AbstractLazyLongIterable.LongMaxProcedure
- All Implemented Interfaces:
Serializable, LongConsumer, LongProcedure
- Enclosing class:
AbstractLazyLongIterable
private static final class AbstractLazyLongIterable.LongMaxProcedure
extends Object
implements LongProcedure
- 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 LongConsumer
andThenMethods inherited from interface LongProcedure
accept
-
Field Details
-
visitedOnce
private boolean visitedOnce -
max
private long max
-
-
Constructor Details
-
LongMaxProcedure
private LongMaxProcedure()
-
-
Method Details
-
value
public void value(long each) - Specified by:
valuein interfaceLongProcedure
-
getValue
public long getValue()
-