public class MutableBooleanListFactoryImpl extends Object implements MutableBooleanListFactory
MutableBooleanList.
This file was automatically generated from template file mutablePrimitiveListFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static MutableBooleanListFactory |
INSTANCE |
| Constructor and Description |
|---|
MutableBooleanListFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
MutableBooleanList |
empty() |
MutableBooleanList |
of() |
MutableBooleanList |
of(boolean... items) |
MutableBooleanList |
ofAll(BooleanIterable items) |
MutableBooleanList |
ofAll(Iterable<Boolean> iterable) |
MutableBooleanList |
with() |
MutableBooleanList |
with(boolean... items)
Creates a new list using the passed
items argument as the backing store. |
MutableBooleanList |
withAll(BooleanIterable items) |
MutableBooleanList |
withAll(Iterable<Boolean> iterable) |
MutableBooleanList |
withInitialCapacity(int capacity) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwrapCopypublic static final MutableBooleanListFactory INSTANCE
public MutableBooleanList empty()
empty in interface MutableBooleanListFactorypublic MutableBooleanList of()
of in interface MutableBooleanListFactorypublic MutableBooleanList with()
with in interface MutableBooleanListFactorypublic MutableBooleanList withInitialCapacity(int capacity)
withInitialCapacity in interface MutableBooleanListFactorypublic MutableBooleanList of(boolean... items)
of in interface MutableBooleanListFactorypublic MutableBooleanList with(boolean... items)
items 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. !!!
with in interface MutableBooleanListFactorypublic MutableBooleanList ofAll(BooleanIterable items)
ofAll in interface MutableBooleanListFactorypublic MutableBooleanList withAll(BooleanIterable items)
withAll in interface MutableBooleanListFactorypublic MutableBooleanList ofAll(Iterable<Boolean> iterable)
ofAll in interface MutableBooleanListFactorypublic MutableBooleanList withAll(Iterable<Boolean> iterable)
withAll in interface MutableBooleanListFactoryCopyright © 2004–2022. All rights reserved.