Class MutableIntListFactoryImpl
java.lang.Object
org.eclipse.collections.impl.list.mutable.primitive.MutableIntListFactoryImpl
- All Implemented Interfaces:
MutableIntListFactory
MutableIntListFactoryImpl is a factory implementation which creates instances of type
MutableIntList
.
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()
Same asMutableIntListFactory.empty()
.of
(int... items) Same asMutableIntListFactory.with(int[])
.ofAll
(IntIterable items) with()
Same asMutableIntListFactory.empty()
.with
(int... items) Creates a new list using the passeditems
argument as the backing store.withAll
(IntIterable items) withInitialCapacity
(int capacity) Same asMutableIntListFactory.empty()
.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.collections.api.factory.list.primitive.MutableIntListFactory
wrapCopy
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableIntListFactoryImpl
public MutableIntListFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
empty
in interfaceMutableIntListFactory
-
of
Description copied from interface:MutableIntListFactory
Same asMutableIntListFactory.empty()
.- Specified by:
of
in interfaceMutableIntListFactory
-
with
Description copied from interface:MutableIntListFactory
Same asMutableIntListFactory.empty()
.- Specified by:
with
in interfaceMutableIntListFactory
-
withInitialCapacity
Description copied from interface:MutableIntListFactory
Same asMutableIntListFactory.empty()
. but takes in an initial capacity- Specified by:
withInitialCapacity
in interfaceMutableIntListFactory
-
of
Description copied from interface:MutableIntListFactory
Same asMutableIntListFactory.with(int[])
.- Specified by:
of
in interfaceMutableIntListFactory
-
with
Creates a new list using the passeditems
argument 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:
with
in interfaceMutableIntListFactory
-
ofAll
Description copied from interface:MutableIntListFactory
- Specified by:
ofAll
in interfaceMutableIntListFactory
-
withAll
- Specified by:
withAll
in interfaceMutableIntListFactory
-
ofAll
Description copied from interface:MutableIntListFactory
- Specified by:
ofAll
in interfaceMutableIntListFactory
- Since:
- 10.0
-
withAll
- Specified by:
withAll
in interfaceMutableIntListFactory
- Since:
- 10.0
-
ofAll
- Specified by:
ofAll
in interfaceMutableIntListFactory
- Since:
- 9.0
-
withAll
- Specified by:
withAll
in interfaceMutableIntListFactory
- Since:
- 9.0
-