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