Class SelectShortIterable.CountShortProcedure
java.lang.Object
org.eclipse.collections.impl.lazy.primitive.SelectShortIterable.CountShortProcedure
- All Implemented Interfaces:
Serializable
,ShortProcedure
- Enclosing class:
SelectShortIterable
private static final class SelectShortIterable.CountShortProcedure
extends Object
implements ShortProcedure
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate int
private final ShortPredicate
private static final long
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
predicate
-
counter
private int counter
-
-
Constructor Details
-
CountShortProcedure
-
-
Method Details
-
value
public void value(short each) - Specified by:
value
in interfaceShortProcedure
-
getCount
public int getCount()
-