Class ImmutableByteListFactoryImpl
java.lang.Object
org.eclipse.collections.impl.list.immutable.primitive.ImmutableByteListFactoryImpl
- All Implemented Interfaces:
ImmutableByteListFactory
ImmutableByteListFactoryImpl is a factory implementation which creates instances of type
ImmutableByteList.
This file was automatically generated from template file immutablePrimitiveListFactoryImpl.stg.- Since:
- 3.2.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionempty()of()Same asImmutableByteListFactory.empty().of(byte one) Same asImmutableByteListFactory.with(byte).of(byte... items) ofAll(ByteIterable items) with()Same asImmutableByteListFactory.empty().with(byte one) with(byte... items) withAll(ByteIterable items)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ImmutableByteListFactoryImpl
public ImmutableByteListFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceImmutableByteListFactory
-
of
Description copied from interface:ImmutableByteListFactorySame asImmutableByteListFactory.empty().- Specified by:
ofin interfaceImmutableByteListFactory
-
with
Description copied from interface:ImmutableByteListFactorySame asImmutableByteListFactory.empty().- Specified by:
within interfaceImmutableByteListFactory
-
of
Description copied from interface:ImmutableByteListFactorySame asImmutableByteListFactory.with(byte).- Specified by:
ofin interfaceImmutableByteListFactory
-
with
- Specified by:
within interfaceImmutableByteListFactory
-
of
Description copied from interface:ImmutableByteListFactory- Specified by:
ofin interfaceImmutableByteListFactory
-
with
- Specified by:
within interfaceImmutableByteListFactory
-
ofAll
Description copied from interface:ImmutableByteListFactory- Specified by:
ofAllin interfaceImmutableByteListFactory
-
withAll
- Specified by:
withAllin interfaceImmutableByteListFactory
-
ofAll
Description copied from interface:ImmutableByteListFactory- Specified by:
ofAllin interfaceImmutableByteListFactory- Since:
- 10.0
-
withAll
- Specified by:
withAllin interfaceImmutableByteListFactory- Since:
- 10.0
-