Class AbstractLazyCharIterable.CharSumProcedure
- java.lang.Object
-
- org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable.CharSumProcedure
-
- All Implemented Interfaces:
java.io.Serializable
,CharProcedure
- Enclosing class:
- AbstractLazyCharIterable
private static final class AbstractLazyCharIterable.CharSumProcedure extends java.lang.Object implements CharProcedure
-
-
Field Summary
Fields Modifier and Type Field Description private char
sum
-
Constructor Summary
Constructors Modifier Constructor Description private
CharSumProcedure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description char
getValue()
void
value(char each)
-
-
-
Method Detail
-
value
public void value(char each)
- Specified by:
value
in interfaceCharProcedure
-
getValue
public char getValue()
-
-