Class AbstractLazyLongIterable.LongMaxProcedure
- java.lang.Object
-
- org.eclipse.collections.impl.lazy.primitive.AbstractLazyLongIterable.LongMaxProcedure
-
- All Implemented Interfaces:
java.io.Serializable,java.util.function.LongConsumer,LongProcedure
- Enclosing class:
- AbstractLazyLongIterable
private static final class AbstractLazyLongIterable.LongMaxProcedure extends java.lang.Object implements LongProcedure
-
-
Field Summary
Fields Modifier and Type Field Description private longmaxprivate booleanvisitedOnce
-
Constructor Summary
Constructors Modifier Constructor Description privateLongMaxProcedure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetValue()voidvalue(long each)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.collections.api.block.procedure.primitive.LongProcedure
accept
-
-
-
-
Method Detail
-
value
public void value(long each)
- Specified by:
valuein interfaceLongProcedure
-
getValue
public long getValue()
-
-