Class AbstractLazyByteIterable.ByteMaxProcedure
- java.lang.Object
-
- org.eclipse.collections.impl.lazy.primitive.AbstractLazyByteIterable.ByteMaxProcedure
-
- All Implemented Interfaces:
java.io.Serializable,ByteProcedure
- Enclosing class:
- AbstractLazyByteIterable
private static final class AbstractLazyByteIterable.ByteMaxProcedure extends java.lang.Object implements ByteProcedure
-
-
Field Summary
Fields Modifier and Type Field Description private bytemaxprivate booleanvisitedOnce
-
Constructor Summary
Constructors Modifier Constructor Description privateByteMaxProcedure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description bytegetValue()voidvalue(byte each)
-
-
-
Method Detail
-
value
public void value(byte each)
- Specified by:
valuein interfaceByteProcedure
-
getValue
public byte getValue()
-
-