Class ImmutableByteBagFactoryImpl
java.lang.Object
org.eclipse.collections.impl.bag.immutable.primitive.ImmutableByteBagFactoryImpl
- All Implemented Interfaces:
ImmutableByteBagFactory
ImmutableByteBagFactoryImpl is a factory implementation which creates instances of type
ImmutableByteBag.
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 asImmutableByteBagFactory.empty().of(byte one) Same asImmutableByteBagFactory.with(byte).of(byte... items) Same asImmutableByteBagFactory.with(byte[]).ofAll(ByteIterable items) with()Same asImmutableByteBagFactory.empty().with(byte one) with(byte... items) withAll(ByteIterable items)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ImmutableByteBagFactoryImpl
public ImmutableByteBagFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceImmutableByteBagFactory
-
of
Description copied from interface:ImmutableByteBagFactorySame asImmutableByteBagFactory.empty().- Specified by:
ofin interfaceImmutableByteBagFactory
-
with
Description copied from interface:ImmutableByteBagFactorySame asImmutableByteBagFactory.empty().- Specified by:
within interfaceImmutableByteBagFactory
-
of
Description copied from interface:ImmutableByteBagFactorySame asImmutableByteBagFactory.with(byte).- Specified by:
ofin interfaceImmutableByteBagFactory
-
with
- Specified by:
within interfaceImmutableByteBagFactory
-
of
Description copied from interface:ImmutableByteBagFactorySame asImmutableByteBagFactory.with(byte[]).- Specified by:
ofin interfaceImmutableByteBagFactory
-
with
- Specified by:
within interfaceImmutableByteBagFactory
-
ofAll
Description copied from interface:ImmutableByteBagFactory- Specified by:
ofAllin interfaceImmutableByteBagFactory
-
withAll
- Specified by:
withAllin interfaceImmutableByteBagFactory
-
ofAll
Description copied from interface:ImmutableByteBagFactory- Specified by:
ofAllin interfaceImmutableByteBagFactory- Since:
- 10.0
-
withAll
- Specified by:
withAllin interfaceImmutableByteBagFactory- Since:
- 10.0
-