Class MutableByteListFactoryImpl
java.lang.Object
org.eclipse.collections.impl.list.mutable.primitive.MutableByteListFactoryImpl
- All Implemented Interfaces:
MutableByteListFactory
MutableByteListFactoryImpl is a factory implementation which creates instances of type
MutableByteList.
This file was automatically generated from template file mutablePrimitiveListFactoryImpl.stg.- Since:
- 6.0.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionempty()of()of(byte... items) ofAll(ByteIterable items) with()with(byte... items) Creates a new list using the passeditemsargument as the backing store.withAll(ByteIterable items) withInitialCapacity(int capacity) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.collections.api.factory.list.primitive.MutableByteListFactory
wrapCopy
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableByteListFactoryImpl
public MutableByteListFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceMutableByteListFactory
-
of
- Specified by:
ofin interfaceMutableByteListFactory
-
with
- Specified by:
within interfaceMutableByteListFactory
-
withInitialCapacity
- Specified by:
withInitialCapacityin interfaceMutableByteListFactory
-
of
- Specified by:
ofin interfaceMutableByteListFactory
-
with
Creates a new list using the passeditemsargument as the backing store.!!! WARNING: This method uses the passed in array, so can be very unsafe if the original array is held onto anywhere else. !!!
- Specified by:
within interfaceMutableByteListFactory
-
ofAll
- Specified by:
ofAllin interfaceMutableByteListFactory
-
withAll
- Specified by:
withAllin interfaceMutableByteListFactory
-
ofAll
- Specified by:
ofAllin interfaceMutableByteListFactory- Since:
- 10.0
-
withAll
- Specified by:
withAllin interfaceMutableByteListFactory- Since:
- 10.0
-