Class ImmutableCharBagFactoryImpl
java.lang.Object
org.eclipse.collections.impl.bag.immutable.primitive.ImmutableCharBagFactoryImpl
- All Implemented Interfaces:
ImmutableCharBagFactory
ImmutableCharBagFactoryImpl is a factory implementation which creates instances of type
ImmutableCharBag.
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 asImmutableCharBagFactory.empty().of(char one) Same asImmutableCharBagFactory.with(char).of(char... items) Same asImmutableCharBagFactory.with(char[]).ofAll(CharIterable items) with()Same asImmutableCharBagFactory.empty().with(char one) with(char... items) withAll(CharIterable items)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ImmutableCharBagFactoryImpl
public ImmutableCharBagFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceImmutableCharBagFactory
-
of
Description copied from interface:ImmutableCharBagFactorySame asImmutableCharBagFactory.empty().- Specified by:
ofin interfaceImmutableCharBagFactory
-
with
Description copied from interface:ImmutableCharBagFactorySame asImmutableCharBagFactory.empty().- Specified by:
within interfaceImmutableCharBagFactory
-
of
Description copied from interface:ImmutableCharBagFactorySame asImmutableCharBagFactory.with(char).- Specified by:
ofin interfaceImmutableCharBagFactory
-
with
- Specified by:
within interfaceImmutableCharBagFactory
-
of
Description copied from interface:ImmutableCharBagFactorySame asImmutableCharBagFactory.with(char[]).- Specified by:
ofin interfaceImmutableCharBagFactory
-
with
- Specified by:
within interfaceImmutableCharBagFactory
-
ofAll
Description copied from interface:ImmutableCharBagFactory- Specified by:
ofAllin interfaceImmutableCharBagFactory
-
withAll
- Specified by:
withAllin interfaceImmutableCharBagFactory
-
ofAll
Description copied from interface:ImmutableCharBagFactory- Specified by:
ofAllin interfaceImmutableCharBagFactory- Since:
- 10.0
-
withAll
- Specified by:
withAllin interfaceImmutableCharBagFactory- Since:
- 10.0
-