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