Class SelectDoubleIterable.CountDoubleProcedure
java.lang.Object
org.eclipse.collections.impl.lazy.primitive.SelectDoubleIterable.CountDoubleProcedure
- All Implemented Interfaces:
Serializable, DoubleConsumer, DoubleProcedure
- Enclosing class:
SelectDoubleIterable
private static final class SelectDoubleIterable.CountDoubleProcedure
extends Object
implements DoubleProcedure
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intprivate final DoublePredicateprivate static final long -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface DoubleConsumer
andThenMethods inherited from interface DoubleProcedure
accept
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
predicate
-
counter
private int counter
-
-
Constructor Details
-
CountDoubleProcedure
-
-
Method Details
-
value
public void value(double each) - Specified by:
valuein interfaceDoubleProcedure
-
getCount
public int getCount()
-