public class MutableCharListFactoryImpl extends Object implements org.eclipse.collections.api.factory.list.primitive.MutableCharListFactory
MutableCharList.
This file was automatically generated from template file mutablePrimitiveListFactoryImpl.stg.| Constructor and Description |
|---|
MutableCharListFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.list.primitive.MutableCharList |
empty() |
org.eclipse.collections.api.list.primitive.MutableCharList |
of() |
org.eclipse.collections.api.list.primitive.MutableCharList |
of(char... items) |
org.eclipse.collections.api.list.primitive.MutableCharList |
ofAll(org.eclipse.collections.api.CharIterable items) |
org.eclipse.collections.api.list.primitive.MutableCharList |
with() |
org.eclipse.collections.api.list.primitive.MutableCharList |
with(char... items) |
org.eclipse.collections.api.list.primitive.MutableCharList |
withAll(org.eclipse.collections.api.CharIterable items) |
public org.eclipse.collections.api.list.primitive.MutableCharList empty()
empty in interface org.eclipse.collections.api.factory.list.primitive.MutableCharListFactorypublic org.eclipse.collections.api.list.primitive.MutableCharList of()
of in interface org.eclipse.collections.api.factory.list.primitive.MutableCharListFactorypublic org.eclipse.collections.api.list.primitive.MutableCharList with()
with in interface org.eclipse.collections.api.factory.list.primitive.MutableCharListFactorypublic org.eclipse.collections.api.list.primitive.MutableCharList of(char... items)
of in interface org.eclipse.collections.api.factory.list.primitive.MutableCharListFactorypublic org.eclipse.collections.api.list.primitive.MutableCharList with(char... items)
with in interface org.eclipse.collections.api.factory.list.primitive.MutableCharListFactorypublic org.eclipse.collections.api.list.primitive.MutableCharList ofAll(org.eclipse.collections.api.CharIterable items)
ofAll in interface org.eclipse.collections.api.factory.list.primitive.MutableCharListFactorypublic org.eclipse.collections.api.list.primitive.MutableCharList withAll(org.eclipse.collections.api.CharIterable items)
withAll in interface org.eclipse.collections.api.factory.list.primitive.MutableCharListFactoryCopyright © 2004–2018. All rights reserved.