Class SelectCharIterable.CountCharProcedure

java.lang.Object
org.eclipse.collections.impl.lazy.primitive.SelectCharIterable.CountCharProcedure
All Implemented Interfaces:
Serializable, CharProcedure
Enclosing class:
SelectCharIterable

private static final class SelectCharIterable.CountCharProcedure extends Object implements CharProcedure
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • predicate

      private final CharPredicate predicate
    • counter

      private int counter
  • Constructor Details

    • CountCharProcedure

      private CountCharProcedure(CharPredicate predicate)
  • Method Details

    • value

      public void value(char each)
      Specified by:
      value in interface CharProcedure
    • getCount

      public int getCount()