@Immutable public final class MutableListFactoryImpl extends Object implements org.eclipse.collections.api.factory.list.MutableListFactory
| Constructor and Description |
|---|
MutableListFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
<T> org.eclipse.collections.api.list.MutableList<T> |
empty() |
<T> org.eclipse.collections.api.list.MutableList<T> |
of() |
<T> org.eclipse.collections.api.list.MutableList<T> |
of(T... items) |
<T> org.eclipse.collections.api.list.MutableList<T> |
ofAll(Iterable<? extends T> iterable) |
<T> org.eclipse.collections.api.list.MutableList<T> |
with() |
<T> org.eclipse.collections.api.list.MutableList<T> |
with(T... items) |
<T> org.eclipse.collections.api.list.MutableList<T> |
withAll(Iterable<? extends T> iterable) |
<T> org.eclipse.collections.api.list.MutableList<T> |
withNValues(int size,
org.eclipse.collections.api.block.function.Function0<T> factory) |
public <T> org.eclipse.collections.api.list.MutableList<T> empty()
empty in interface org.eclipse.collections.api.factory.list.MutableListFactorypublic <T> org.eclipse.collections.api.list.MutableList<T> of()
of in interface org.eclipse.collections.api.factory.list.MutableListFactorypublic <T> org.eclipse.collections.api.list.MutableList<T> with()
with in interface org.eclipse.collections.api.factory.list.MutableListFactorypublic <T> org.eclipse.collections.api.list.MutableList<T> of(T... items)
of in interface org.eclipse.collections.api.factory.list.MutableListFactorypublic <T> org.eclipse.collections.api.list.MutableList<T> with(T... items)
with in interface org.eclipse.collections.api.factory.list.MutableListFactorypublic <T> org.eclipse.collections.api.list.MutableList<T> ofAll(Iterable<? extends T> iterable)
ofAll in interface org.eclipse.collections.api.factory.list.MutableListFactorypublic <T> org.eclipse.collections.api.list.MutableList<T> withAll(Iterable<? extends T> iterable)
withAll in interface org.eclipse.collections.api.factory.list.MutableListFactorypublic <T> org.eclipse.collections.api.list.MutableList<T> withNValues(int size,
org.eclipse.collections.api.block.function.Function0<T> factory)
withNValues in interface org.eclipse.collections.api.factory.list.MutableListFactoryCopyright © 2004–2018. All rights reserved.