Class AbstractLazyDoubleIterable.DoubleSumProcedure
- java.lang.Object
-
- org.eclipse.collections.impl.lazy.primitive.AbstractLazyDoubleIterable.DoubleSumProcedure
-
- All Implemented Interfaces:
java.io.Serializable
,java.util.function.DoubleConsumer
,DoubleProcedure
- Enclosing class:
- AbstractLazyDoubleIterable
private static final class AbstractLazyDoubleIterable.DoubleSumProcedure extends java.lang.Object implements DoubleProcedure
-
-
Field Summary
Fields Modifier and Type Field Description private double
compensation
private double
sum
-
Constructor Summary
Constructors Modifier Constructor Description private
DoubleSumProcedure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getValue()
void
value(double 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.DoubleProcedure
accept
-
-
-
-
Method Detail
-
value
public void value(double each)
- Specified by:
value
in interfaceDoubleProcedure
-
getValue
public double getValue()
-
-