Class ImmutableSetFactoryImpl
java.lang.Object
org.eclipse.collections.impl.set.immutable.ImmutableSetFactoryImpl
- All Implemented Interfaces:
ImmutableSetFactory
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> ImmutableSet<T>empty()<T> ImmutableSet<T>of()<T> ImmutableSet<T>of(T one) <T> ImmutableSet<T>of(T... items) <T> ImmutableSet<T>of(T one, T two) <T> ImmutableSet<T>of(T one, T two, T three) <T> ImmutableSet<T>of(T one, T two, T three, T four) <T> ImmutableSet<T><T> ImmutableSet<T>with()<T> ImmutableSet<T>with(T one) <T> ImmutableSet<T>with(T... items) <T> ImmutableSet<T>with(T one, T two) <T> ImmutableSet<T>with(T one, T two, T three) <T> ImmutableSet<T>with(T one, T two, T three, T four) <T> ImmutableSet<T>Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.collections.api.factory.set.ImmutableSetFactory
fromStream
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ImmutableSetFactoryImpl
public ImmutableSetFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceImmutableSetFactory
-
of
- Specified by:
ofin interfaceImmutableSetFactory
-
with
- Specified by:
within interfaceImmutableSetFactory
-
of
- Specified by:
ofin interfaceImmutableSetFactory
-
with
- Specified by:
within interfaceImmutableSetFactory
-
of
- Specified by:
ofin interfaceImmutableSetFactory
-
with
- Specified by:
within interfaceImmutableSetFactory
-
of
- Specified by:
ofin interfaceImmutableSetFactory
-
with
- Specified by:
within interfaceImmutableSetFactory
-
of
- Specified by:
ofin interfaceImmutableSetFactory
-
with
- Specified by:
within interfaceImmutableSetFactory
-
of
- Specified by:
ofin interfaceImmutableSetFactory
-
with
- Specified by:
within interfaceImmutableSetFactory
-
ofAll
- Specified by:
ofAllin interfaceImmutableSetFactory
-
withAll
- Specified by:
withAllin interfaceImmutableSetFactory
-