Class AbstractLazyDoubleIterable.DoubleMaxProcedure
java.lang.Object
org.eclipse.collections.impl.lazy.primitive.AbstractLazyDoubleIterable.DoubleMaxProcedure
- All Implemented Interfaces:
Serializable
,DoubleConsumer
,DoubleProcedure
- Enclosing class:
AbstractLazyDoubleIterable
private static final class AbstractLazyDoubleIterable.DoubleMaxProcedure
extends Object
implements DoubleProcedure
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.function.DoubleConsumer
andThen
Methods inherited from interface org.eclipse.collections.api.block.procedure.primitive.DoubleProcedure
accept
-
Field Details
-
visitedOnce
private boolean visitedOnce -
max
private double max
-
-
Constructor Details
-
DoubleMaxProcedure
private DoubleMaxProcedure()
-
-
Method Details
-
value
public void value(double each) - Specified by:
value
in interfaceDoubleProcedure
-
getValue
public double getValue()
-