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