Class AbstractLazyByteIterable.ByteMinProcedure
java.lang.Object
org.eclipse.collections.impl.lazy.primitive.AbstractLazyByteIterable.ByteMinProcedure
- All Implemented Interfaces:
Serializable
,ByteProcedure
- Enclosing class:
AbstractLazyByteIterable
private static final class AbstractLazyByteIterable.ByteMinProcedure
extends Object
implements ByteProcedure
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
visitedOnce
private boolean visitedOnce -
min
private byte min
-
-
Constructor Details
-
ByteMinProcedure
private ByteMinProcedure()
-
-
Method Details
-
value
public void value(byte each) - Specified by:
value
in interfaceByteProcedure
-
getValue
public byte getValue()
-