Class AbstractLazyShortIterable.ShortMaxProcedure
java.lang.Object
org.eclipse.collections.impl.lazy.primitive.AbstractLazyShortIterable.ShortMaxProcedure
- All Implemented Interfaces:
Serializable
,ShortProcedure
- Enclosing class:
AbstractLazyShortIterable
private static final class AbstractLazyShortIterable.ShortMaxProcedure
extends Object
implements ShortProcedure
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
visitedOnce
private boolean visitedOnce -
max
private short max
-
-
Constructor Details
-
ShortMaxProcedure
private ShortMaxProcedure()
-
-
Method Details
-
value
public void value(short each) - Specified by:
value
in interfaceShortProcedure
-
getValue
public short getValue()
-