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 Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • predicate

      private final BytePredicate predicate
    • counter

      private int counter
  • Constructor Details

    • CountByteProcedure

      private CountByteProcedure(BytePredicate predicate)
  • Method Details

    • value

      public void value(byte each)
      Specified by:
      value in interface ByteProcedure
    • getCount

      public int getCount()