Class FixedSizeListFactoryImpl
java.lang.Object
org.eclipse.collections.impl.list.fixed.FixedSizeListFactoryImpl
- All Implemented Interfaces:
FixedSizeListFactory
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final FixedSizeList<?> static final FixedSizeListFactory -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> FixedSizeList<T> empty()<T> FixedSizeList<T> fromStream(Stream<? extends T> stream) <T> FixedSizeList<T> of()Same asFixedSizeListFactory.empty().<T> FixedSizeList<T> of(T one) Same asFixedSizeListFactory.with(Object).<T> FixedSizeList<T> of(T... items) <T> FixedSizeList<T> of(T one, T two) <T> FixedSizeList<T> of(T one, T two, T three) <T> FixedSizeList<T> of(T one, T two, T three, T four) <T> FixedSizeList<T> of(T one, T two, T three, T four, T five) <T> FixedSizeList<T> of(T one, T two, T three, T four, T five, T six) <T> FixedSizeList<T> <T> FixedSizeList<T> with()Same asFixedSizeListFactory.empty().<T> FixedSizeList<T> with(T one) <T> FixedSizeList<T> with(T... items) <T> FixedSizeList<T> with(T one, T two) <T> FixedSizeList<T> with(T one, T two, T three) <T> FixedSizeList<T> with(T one, T two, T three, T four) <T> FixedSizeList<T> with(T one, T two, T three, T four, T five) <T> FixedSizeList<T> with(T one, T two, T three, T four, T five, T six) <T> FixedSizeList<T>
-
Field Details
-
INSTANCE
-
EMPTY_LIST
-
-
Constructor Details
-
FixedSizeListFactoryImpl
public FixedSizeListFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceFixedSizeListFactory
-
of
Description copied from interface:FixedSizeListFactorySame asFixedSizeListFactory.empty().- Specified by:
ofin interfaceFixedSizeListFactory
-
with
Description copied from interface:FixedSizeListFactorySame asFixedSizeListFactory.empty().- Specified by:
within interfaceFixedSizeListFactory
-
of
Description copied from interface:FixedSizeListFactorySame asFixedSizeListFactory.with(Object).- Specified by:
ofin interfaceFixedSizeListFactory
-
with
- Specified by:
within interfaceFixedSizeListFactory
-
of
Description copied from interface:FixedSizeListFactory- Specified by:
ofin interfaceFixedSizeListFactory
-
with
- Specified by:
within interfaceFixedSizeListFactory
-
of
Description copied from interface:FixedSizeListFactory- Specified by:
ofin interfaceFixedSizeListFactory
-
with
- Specified by:
within interfaceFixedSizeListFactory
-
of
Description copied from interface:FixedSizeListFactory- Specified by:
ofin interfaceFixedSizeListFactory
-
with
- Specified by:
within interfaceFixedSizeListFactory
-
of
Description copied from interface:FixedSizeListFactory- Specified by:
ofin interfaceFixedSizeListFactory
-
with
- Specified by:
within interfaceFixedSizeListFactory
-
of
Description copied from interface:FixedSizeListFactory- Specified by:
ofin interfaceFixedSizeListFactory
-
with
- Specified by:
within interfaceFixedSizeListFactory
-
of
Description copied from interface:FixedSizeListFactory- Specified by:
ofin interfaceFixedSizeListFactory
-
with
- Specified by:
within interfaceFixedSizeListFactory
-
ofAll
Description copied from interface:FixedSizeListFactory- Specified by:
ofAllin interfaceFixedSizeListFactory
-
withAll
- Specified by:
withAllin interfaceFixedSizeListFactory
-
fromStream
- Specified by:
fromStreamin interfaceFixedSizeListFactory
-