Class FixedSizeListFactoryImpl
java.lang.Object
org.eclipse.collections.impl.list.fixed.FixedSizeListFactoryImpl
- All Implemented Interfaces:
FixedSizeListFactory
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> FixedSizeList<T>empty()<T> FixedSizeList<T>fromStream(Stream<? extends T> stream) <T> FixedSizeList<T>of()<T> FixedSizeList<T>of(T one) <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()<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
-
-
Constructor Details
-
FixedSizeListFactoryImpl
public FixedSizeListFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceFixedSizeListFactory
-
of
- Specified by:
ofin interfaceFixedSizeListFactory
-
with
- Specified by:
within interfaceFixedSizeListFactory
-
of
- Specified by:
ofin interfaceFixedSizeListFactory
-
with
- Specified by:
within interfaceFixedSizeListFactory
-
of
- Specified by:
ofin interfaceFixedSizeListFactory
-
with
- Specified by:
within interfaceFixedSizeListFactory
-
of
- Specified by:
ofin interfaceFixedSizeListFactory
-
with
- Specified by:
within interfaceFixedSizeListFactory
-
of
- Specified by:
ofin interfaceFixedSizeListFactory
-
with
- Specified by:
within interfaceFixedSizeListFactory
-
of
- Specified by:
ofin interfaceFixedSizeListFactory
-
with
- Specified by:
within interfaceFixedSizeListFactory
-
of
- Specified by:
ofin interfaceFixedSizeListFactory
-
with
- Specified by:
within interfaceFixedSizeListFactory
-
of
- Specified by:
ofin interfaceFixedSizeListFactory
-
with
- Specified by:
within interfaceFixedSizeListFactory
-
ofAll
- Specified by:
ofAllin interfaceFixedSizeListFactory
-
withAll
- Specified by:
withAllin interfaceFixedSizeListFactory
-
fromStream
- Specified by:
fromStreamin interfaceFixedSizeListFactory
-