Class Functions0.IntegerZeroFunction
- java.lang.Object
-
- org.eclipse.collections.impl.block.factory.Functions0.IntegerZeroFunction
-
- All Implemented Interfaces:
java.io.Serializable
,java.util.function.Supplier<java.lang.Integer>
,Function0<java.lang.Integer>
- Enclosing class:
- Functions0
private static final class Functions0.IntegerZeroFunction extends java.lang.Object implements Function0<java.lang.Integer>
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description private
IntegerZeroFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Integer
value()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-