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