Class FixedSizeSetFactoryImpl
java.lang.Object
org.eclipse.collections.impl.set.fixed.FixedSizeSetFactoryImpl
- All Implemented Interfaces:
FixedSizeSetFactory
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> FixedSizeSet<T>empty()<T> MutableSet<T>fromStream(Stream<? extends T> stream) <T> FixedSizeSet<T>of()<T> FixedSizeSet<T>of(T one) <T> FixedSizeSet<T>of(T one, T two) <T> FixedSizeSet<T>of(T one, T two, T three) <T> FixedSizeSet<T>of(T one, T two, T three, T four) <T> MutableSet<T><T> FixedSizeSet<T>with()<T> FixedSizeSet<T>with(T one) <T> FixedSizeSet<T>with(T one, T two) <T> FixedSizeSet<T>with(T one, T two, T three) <T> FixedSizeSet<T>with(T one, T two, T three, T four) <T> MutableSet<T>
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
FixedSizeSetFactoryImpl
public FixedSizeSetFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceFixedSizeSetFactory
-
of
- Specified by:
ofin interfaceFixedSizeSetFactory
-
with
- Specified by:
within interfaceFixedSizeSetFactory
-
of
- Specified by:
ofin interfaceFixedSizeSetFactory
-
with
- Specified by:
within interfaceFixedSizeSetFactory
-
of
- Specified by:
ofin interfaceFixedSizeSetFactory
-
with
- Specified by:
within interfaceFixedSizeSetFactory
-
of
- Specified by:
ofin interfaceFixedSizeSetFactory
-
with
- Specified by:
within interfaceFixedSizeSetFactory
-
of
- Specified by:
ofin interfaceFixedSizeSetFactory
-
with
- Specified by:
within interfaceFixedSizeSetFactory
-
ofAll
- Specified by:
ofAllin interfaceFixedSizeSetFactory
-
withAll
- Specified by:
withAllin interfaceFixedSizeSetFactory
-
fromStream
- Specified by:
fromStreamin interfaceFixedSizeSetFactory
-