Class ImmutableIntSetFactoryImpl
java.lang.Object
org.eclipse.collections.impl.set.immutable.primitive.ImmutableIntSetFactoryImpl
- All Implemented Interfaces:
ImmutableIntSetFactory
ImmutableIntSetFactoryImpl is a factory implementation which creates instances of type
ImmutableIntSet.
This file was automatically generated from template file immutablePrimitiveSetFactoryImpl.stg.- Since:
- 4.0.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionempty()of()Same asImmutableIntSetFactory.empty().of(int one) Same asImmutableIntSetFactory.with(int).of(int... items) Same asImmutableIntSetFactory.with(int[]).ofAll(IntIterable items) with()Same asImmutableIntSetFactory.empty().with(int one) with(int... items) withAll(IntIterable items)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ImmutableIntSetFactoryImpl
public ImmutableIntSetFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceImmutableIntSetFactory
-
of
Description copied from interface:ImmutableIntSetFactorySame asImmutableIntSetFactory.empty().- Specified by:
ofin interfaceImmutableIntSetFactory
-
with
Description copied from interface:ImmutableIntSetFactorySame asImmutableIntSetFactory.empty().- Specified by:
within interfaceImmutableIntSetFactory
-
of
Description copied from interface:ImmutableIntSetFactorySame asImmutableIntSetFactory.with(int).- Specified by:
ofin interfaceImmutableIntSetFactory
-
with
- Specified by:
within interfaceImmutableIntSetFactory
-
of
Description copied from interface:ImmutableIntSetFactorySame asImmutableIntSetFactory.with(int[]).- Specified by:
ofin interfaceImmutableIntSetFactory
-
with
- Specified by:
within interfaceImmutableIntSetFactory
-
ofAll
Description copied from interface:ImmutableIntSetFactory- Specified by:
ofAllin interfaceImmutableIntSetFactory
-
withAll
- Specified by:
withAllin interfaceImmutableIntSetFactory
-
ofAll
Description copied from interface:ImmutableIntSetFactory- Specified by:
ofAllin interfaceImmutableIntSetFactory- Since:
- 10.0
-
withAll
- Specified by:
withAllin interfaceImmutableIntSetFactory- Since:
- 10.0
-
ofAll
- Specified by:
ofAllin interfaceImmutableIntSetFactory- Since:
- 9.0
-
withAll
- Specified by:
withAllin interfaceImmutableIntSetFactory- Since:
- 9.0
-