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