Class SelectIntIterable.CountIntProcedure
java.lang.Object
org.eclipse.collections.impl.lazy.primitive.SelectIntIterable.CountIntProcedure
- All Implemented Interfaces:
Serializable, IntConsumer, IntProcedure
- Enclosing class:
SelectIntIterable
private static final class SelectIntIterable.CountIntProcedure
extends Object
implements IntProcedure
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intprivate final IntPredicateprivate 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 IntConsumer
andThenMethods inherited from interface IntProcedure
accept
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
predicate
-
counter
private int counter
-
-
Constructor Details
-
CountIntProcedure
-
-
Method Details
-
value
public void value(int each) - Specified by:
valuein interfaceIntProcedure
-
getCount
public int getCount()
-