Class SelectByteIterable.CountByteProcedure
- java.lang.Object
-
- org.eclipse.collections.impl.lazy.primitive.SelectByteIterable.CountByteProcedure
-
- All Implemented Interfaces:
java.io.Serializable
,ByteProcedure
- Enclosing class:
- SelectByteIterable
private static final class SelectByteIterable.CountByteProcedure extends java.lang.Object implements ByteProcedure
-
-
Field Summary
Fields Modifier and Type Field Description private int
counter
private BytePredicate
predicate
private static long
serialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description private
CountByteProcedure(BytePredicate predicate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCount()
void
value(byte each)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
predicate
private final BytePredicate predicate
-
counter
private int counter
-
-
Constructor Detail
-
CountByteProcedure
private CountByteProcedure(BytePredicate predicate)
-
-
Method Detail
-
value
public void value(byte each)
- Specified by:
value
in interfaceByteProcedure
-
getCount
public int getCount()
-
-