Class SelectByteIterable.CountByteProcedure
java.lang.Object
org.eclipse.collections.impl.lazy.primitive.SelectByteIterable.CountByteProcedure
- All Implemented Interfaces:
Serializable
,ByteProcedure
- Enclosing class:
SelectByteIterable
private static final class SelectByteIterable.CountByteProcedure
extends Object
implements ByteProcedure
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate int
private final BytePredicate
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
-
CountByteProcedure
-
-
Method Details
-
value
public void value(byte each) - Specified by:
value
in interfaceByteProcedure
-
getCount
public int getCount()
-