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