@Immutable public class FixedSizeListFactoryImpl extends Object implements org.eclipse.collections.api.factory.list.FixedSizeListFactory
| Constructor and Description |
|---|
FixedSizeListFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
<T> org.eclipse.collections.api.list.FixedSizeList<T> |
empty() |
<T> org.eclipse.collections.api.list.FixedSizeList<T> |
of() |
<T> org.eclipse.collections.api.list.FixedSizeList<T> |
of(T... items) |
<T> org.eclipse.collections.api.list.FixedSizeList<T> |
of(T one) |
<T> org.eclipse.collections.api.list.FixedSizeList<T> |
of(T one,
T two) |
<T> org.eclipse.collections.api.list.FixedSizeList<T> |
of(T one,
T two,
T three) |
<T> org.eclipse.collections.api.list.FixedSizeList<T> |
of(T one,
T two,
T three,
T four) |
<T> org.eclipse.collections.api.list.FixedSizeList<T> |
of(T one,
T two,
T three,
T four,
T five) |
<T> org.eclipse.collections.api.list.FixedSizeList<T> |
of(T one,
T two,
T three,
T four,
T five,
T six) |
<T> org.eclipse.collections.api.list.FixedSizeList<T> |
ofAll(Iterable<? extends T> items) |
<T> org.eclipse.collections.api.list.FixedSizeList<T> |
with() |
<T> org.eclipse.collections.api.list.FixedSizeList<T> |
with(T... items) |
<T> org.eclipse.collections.api.list.FixedSizeList<T> |
with(T one) |
<T> org.eclipse.collections.api.list.FixedSizeList<T> |
with(T one,
T two) |
<T> org.eclipse.collections.api.list.FixedSizeList<T> |
with(T one,
T two,
T three) |
<T> org.eclipse.collections.api.list.FixedSizeList<T> |
with(T one,
T two,
T three,
T four) |
<T> org.eclipse.collections.api.list.FixedSizeList<T> |
with(T one,
T two,
T three,
T four,
T five) |
<T> org.eclipse.collections.api.list.FixedSizeList<T> |
with(T one,
T two,
T three,
T four,
T five,
T six) |
<T> org.eclipse.collections.api.list.FixedSizeList<T> |
withAll(Iterable<? extends T> items) |
public <T> org.eclipse.collections.api.list.FixedSizeList<T> empty()
empty in interface org.eclipse.collections.api.factory.list.FixedSizeListFactorypublic <T> org.eclipse.collections.api.list.FixedSizeList<T> of()
of in interface org.eclipse.collections.api.factory.list.FixedSizeListFactorypublic <T> org.eclipse.collections.api.list.FixedSizeList<T> with()
with in interface org.eclipse.collections.api.factory.list.FixedSizeListFactorypublic <T> org.eclipse.collections.api.list.FixedSizeList<T> of(T one)
of in interface org.eclipse.collections.api.factory.list.FixedSizeListFactorypublic <T> org.eclipse.collections.api.list.FixedSizeList<T> with(T one)
with in interface org.eclipse.collections.api.factory.list.FixedSizeListFactorypublic <T> org.eclipse.collections.api.list.FixedSizeList<T> of(T one,
T two)
of in interface org.eclipse.collections.api.factory.list.FixedSizeListFactorypublic <T> org.eclipse.collections.api.list.FixedSizeList<T> with(T one,
T two)
with in interface org.eclipse.collections.api.factory.list.FixedSizeListFactorypublic <T> org.eclipse.collections.api.list.FixedSizeList<T> of(T one,
T two,
T three)
of in interface org.eclipse.collections.api.factory.list.FixedSizeListFactorypublic <T> org.eclipse.collections.api.list.FixedSizeList<T> with(T one,
T two,
T three)
with in interface org.eclipse.collections.api.factory.list.FixedSizeListFactorypublic <T> org.eclipse.collections.api.list.FixedSizeList<T> of(T one,
T two,
T three,
T four)
of in interface org.eclipse.collections.api.factory.list.FixedSizeListFactorypublic <T> org.eclipse.collections.api.list.FixedSizeList<T> with(T one,
T two,
T three,
T four)
with in interface org.eclipse.collections.api.factory.list.FixedSizeListFactorypublic <T> org.eclipse.collections.api.list.FixedSizeList<T> of(T one,
T two,
T three,
T four,
T five)
of in interface org.eclipse.collections.api.factory.list.FixedSizeListFactorypublic <T> org.eclipse.collections.api.list.FixedSizeList<T> with(T one,
T two,
T three,
T four,
T five)
with in interface org.eclipse.collections.api.factory.list.FixedSizeListFactorypublic <T> org.eclipse.collections.api.list.FixedSizeList<T> of(T one,
T two,
T three,
T four,
T five,
T six)
of in interface org.eclipse.collections.api.factory.list.FixedSizeListFactorypublic <T> org.eclipse.collections.api.list.FixedSizeList<T> with(T one,
T two,
T three,
T four,
T five,
T six)
with in interface org.eclipse.collections.api.factory.list.FixedSizeListFactorypublic <T> org.eclipse.collections.api.list.FixedSizeList<T> of(T... items)
of in interface org.eclipse.collections.api.factory.list.FixedSizeListFactorypublic <T> org.eclipse.collections.api.list.FixedSizeList<T> with(T... items)
with in interface org.eclipse.collections.api.factory.list.FixedSizeListFactorypublic <T> org.eclipse.collections.api.list.FixedSizeList<T> ofAll(Iterable<? extends T> items)
ofAll in interface org.eclipse.collections.api.factory.list.FixedSizeListFactorypublic <T> org.eclipse.collections.api.list.FixedSizeList<T> withAll(Iterable<? extends T> items)
withAll in interface org.eclipse.collections.api.factory.list.FixedSizeListFactoryCopyright © 2004–2018. All rights reserved.