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