Class AbstractLazyShortIterable.ShortMaxProcedure
- java.lang.Object
-
- org.eclipse.collections.impl.lazy.primitive.AbstractLazyShortIterable.ShortMaxProcedure
-
- All Implemented Interfaces:
java.io.Serializable
,ShortProcedure
- Enclosing class:
- AbstractLazyShortIterable
private static final class AbstractLazyShortIterable.ShortMaxProcedure extends java.lang.Object implements ShortProcedure
-
-
Field Summary
Fields Modifier and Type Field Description private short
max
private boolean
visitedOnce
-
Constructor Summary
Constructors Modifier Constructor Description private
ShortMaxProcedure()
-
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()
-
-