@Immutable public final class ImmutableListFactoryImpl extends Object implements org.eclipse.collections.api.factory.list.ImmutableListFactory
| Constructor and Description |
|---|
ImmutableListFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
<T> org.eclipse.collections.api.list.ImmutableList<T> |
empty() |
<T> org.eclipse.collections.api.list.ImmutableList<T> |
of() |
<T> org.eclipse.collections.api.list.ImmutableList<T> |
of(T... items) |
<T> org.eclipse.collections.api.list.ImmutableList<T> |
of(T one) |
<T> org.eclipse.collections.api.list.ImmutableList<T> |
of(T one,
T two) |
<T> org.eclipse.collections.api.list.ImmutableList<T> |
of(T one,
T two,
T three) |
<T> org.eclipse.collections.api.list.ImmutableList<T> |
of(T one,
T two,
T three,
T four) |
<T> org.eclipse.collections.api.list.ImmutableList<T> |
of(T one,
T two,
T three,
T four,
T five) |
<T> org.eclipse.collections.api.list.ImmutableList<T> |
of(T one,
T two,
T three,
T four,
T five,
T six) |
<T> org.eclipse.collections.api.list.ImmutableList<T> |
of(T one,
T two,
T three,
T four,
T five,
T six,
T seven) |
<T> org.eclipse.collections.api.list.ImmutableList<T> |
of(T one,
T two,
T three,
T four,
T five,
T six,
T seven,
T eight) |
<T> org.eclipse.collections.api.list.ImmutableList<T> |
of(T one,
T two,
T three,
T four,
T five,
T six,
T seven,
T eight,
T nine) |
<T> org.eclipse.collections.api.list.ImmutableList<T> |
of(T one,
T two,
T three,
T four,
T five,
T six,
T seven,
T eight,
T nine,
T ten) |
<T> org.eclipse.collections.api.list.ImmutableList<T> |
ofAll(Iterable<? extends T> items) |
<T> org.eclipse.collections.api.list.ImmutableList<T> |
with() |
<T> org.eclipse.collections.api.list.ImmutableList<T> |
with(T... items) |
<T> org.eclipse.collections.api.list.ImmutableList<T> |
with(T one) |
<T> org.eclipse.collections.api.list.ImmutableList<T> |
with(T one,
T two) |
<T> org.eclipse.collections.api.list.ImmutableList<T> |
with(T one,
T two,
T three) |
<T> org.eclipse.collections.api.list.ImmutableList<T> |
with(T one,
T two,
T three,
T four) |
<T> org.eclipse.collections.api.list.ImmutableList<T> |
with(T one,
T two,
T three,
T four,
T five) |
<T> org.eclipse.collections.api.list.ImmutableList<T> |
with(T one,
T two,
T three,
T four,
T five,
T six) |
<T> org.eclipse.collections.api.list.ImmutableList<T> |
with(T one,
T two,
T three,
T four,
T five,
T six,
T seven) |
<T> org.eclipse.collections.api.list.ImmutableList<T> |
with(T one,
T two,
T three,
T four,
T five,
T six,
T seven,
T eight) |
<T> org.eclipse.collections.api.list.ImmutableList<T> |
with(T one,
T two,
T three,
T four,
T five,
T six,
T seven,
T eight,
T nine) |
<T> org.eclipse.collections.api.list.ImmutableList<T> |
with(T one,
T two,
T three,
T four,
T five,
T six,
T seven,
T eight,
T nine,
T ten) |
<T> org.eclipse.collections.api.list.ImmutableList<T> |
withAll(Iterable<? extends T> items) |
public <T> org.eclipse.collections.api.list.ImmutableList<T> empty()
empty in interface org.eclipse.collections.api.factory.list.ImmutableListFactorypublic <T> org.eclipse.collections.api.list.ImmutableList<T> of()
of in interface org.eclipse.collections.api.factory.list.ImmutableListFactorypublic <T> org.eclipse.collections.api.list.ImmutableList<T> with()
with in interface org.eclipse.collections.api.factory.list.ImmutableListFactorypublic <T> org.eclipse.collections.api.list.ImmutableList<T> of(T one)
of in interface org.eclipse.collections.api.factory.list.ImmutableListFactorypublic <T> org.eclipse.collections.api.list.ImmutableList<T> with(T one)
with in interface org.eclipse.collections.api.factory.list.ImmutableListFactorypublic <T> org.eclipse.collections.api.list.ImmutableList<T> of(T one,
T two)
of in interface org.eclipse.collections.api.factory.list.ImmutableListFactorypublic <T> org.eclipse.collections.api.list.ImmutableList<T> with(T one,
T two)
with in interface org.eclipse.collections.api.factory.list.ImmutableListFactorypublic <T> org.eclipse.collections.api.list.ImmutableList<T> of(T one,
T two,
T three)
of in interface org.eclipse.collections.api.factory.list.ImmutableListFactorypublic <T> org.eclipse.collections.api.list.ImmutableList<T> with(T one,
T two,
T three)
with in interface org.eclipse.collections.api.factory.list.ImmutableListFactorypublic <T> org.eclipse.collections.api.list.ImmutableList<T> of(T one,
T two,
T three,
T four)
of in interface org.eclipse.collections.api.factory.list.ImmutableListFactorypublic <T> org.eclipse.collections.api.list.ImmutableList<T> with(T one,
T two,
T three,
T four)
with in interface org.eclipse.collections.api.factory.list.ImmutableListFactorypublic <T> org.eclipse.collections.api.list.ImmutableList<T> of(T one,
T two,
T three,
T four,
T five)
of in interface org.eclipse.collections.api.factory.list.ImmutableListFactorypublic <T> org.eclipse.collections.api.list.ImmutableList<T> with(T one,
T two,
T three,
T four,
T five)
with in interface org.eclipse.collections.api.factory.list.ImmutableListFactorypublic <T> org.eclipse.collections.api.list.ImmutableList<T> of(T one,
T two,
T three,
T four,
T five,
T six)
of in interface org.eclipse.collections.api.factory.list.ImmutableListFactorypublic <T> org.eclipse.collections.api.list.ImmutableList<T> with(T one,
T two,
T three,
T four,
T five,
T six)
with in interface org.eclipse.collections.api.factory.list.ImmutableListFactorypublic <T> org.eclipse.collections.api.list.ImmutableList<T> of(T one,
T two,
T three,
T four,
T five,
T six,
T seven)
of in interface org.eclipse.collections.api.factory.list.ImmutableListFactorypublic <T> org.eclipse.collections.api.list.ImmutableList<T> with(T one,
T two,
T three,
T four,
T five,
T six,
T seven)
with in interface org.eclipse.collections.api.factory.list.ImmutableListFactorypublic <T> org.eclipse.collections.api.list.ImmutableList<T> of(T one,
T two,
T three,
T four,
T five,
T six,
T seven,
T eight)
of in interface org.eclipse.collections.api.factory.list.ImmutableListFactorypublic <T> org.eclipse.collections.api.list.ImmutableList<T> with(T one,
T two,
T three,
T four,
T five,
T six,
T seven,
T eight)
with in interface org.eclipse.collections.api.factory.list.ImmutableListFactorypublic <T> org.eclipse.collections.api.list.ImmutableList<T> of(T one,
T two,
T three,
T four,
T five,
T six,
T seven,
T eight,
T nine)
of in interface org.eclipse.collections.api.factory.list.ImmutableListFactorypublic <T> org.eclipse.collections.api.list.ImmutableList<T> with(T one,
T two,
T three,
T four,
T five,
T six,
T seven,
T eight,
T nine)
with in interface org.eclipse.collections.api.factory.list.ImmutableListFactorypublic <T> org.eclipse.collections.api.list.ImmutableList<T> of(T one,
T two,
T three,
T four,
T five,
T six,
T seven,
T eight,
T nine,
T ten)
of in interface org.eclipse.collections.api.factory.list.ImmutableListFactorypublic <T> org.eclipse.collections.api.list.ImmutableList<T> with(T one,
T two,
T three,
T four,
T five,
T six,
T seven,
T eight,
T nine,
T ten)
with in interface org.eclipse.collections.api.factory.list.ImmutableListFactorypublic <T> org.eclipse.collections.api.list.ImmutableList<T> of(T... items)
of in interface org.eclipse.collections.api.factory.list.ImmutableListFactorypublic <T> org.eclipse.collections.api.list.ImmutableList<T> with(T... items)
with in interface org.eclipse.collections.api.factory.list.ImmutableListFactorypublic <T> org.eclipse.collections.api.list.ImmutableList<T> ofAll(Iterable<? extends T> items)
ofAll in interface org.eclipse.collections.api.factory.list.ImmutableListFactorypublic <T> org.eclipse.collections.api.list.ImmutableList<T> withAll(Iterable<? extends T> items)
withAll in interface org.eclipse.collections.api.factory.list.ImmutableListFactoryCopyright © 2004–2018. All rights reserved.