Class AbstractLazyCharIterable.CharMinProcedure
- java.lang.Object
-
- org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable.CharMinProcedure
-
- All Implemented Interfaces:
java.io.Serializable
,CharProcedure
- Enclosing class:
- AbstractLazyCharIterable
private static final class AbstractLazyCharIterable.CharMinProcedure extends java.lang.Object implements CharProcedure
-
-
Field Summary
Fields Modifier and Type Field Description private char
min
private boolean
visitedOnce
-
Constructor Summary
Constructors Modifier Constructor Description private
CharMinProcedure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description char
getValue()
void
value(char each)
-
-
-
Method Detail
-
value
public void value(char each)
- Specified by:
value
in interfaceCharProcedure
-
getValue
public char getValue()
-
-