Class AbstractLazyFloatIterable.FloatSumProcedure
- java.lang.Object
-
- org.eclipse.collections.impl.lazy.primitive.AbstractLazyFloatIterable.FloatSumProcedure
-
- All Implemented Interfaces:
java.io.Serializable
,FloatProcedure
- Enclosing class:
- AbstractLazyFloatIterable
private static final class AbstractLazyFloatIterable.FloatSumProcedure extends java.lang.Object implements FloatProcedure
-
-
Field Summary
Fields Modifier and Type Field Description private double
compensation
private double
sum
-
Constructor Summary
Constructors Modifier Constructor Description private
FloatSumProcedure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getValue()
void
value(float each)
-
-
-
Method Detail
-
value
public void value(float each)
- Specified by:
value
in interfaceFloatProcedure
-
getValue
public double getValue()
-
-