public class ImmutableCharListFactoryImpl extends Object implements org.eclipse.collections.api.factory.list.primitive.ImmutableCharListFactory
ImmutableCharList.
This file was automatically generated from template file immutablePrimitiveListFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableCharListFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.list.primitive.ImmutableCharList |
empty() |
org.eclipse.collections.api.list.primitive.ImmutableCharList |
of() |
org.eclipse.collections.api.list.primitive.ImmutableCharList |
of(char... items) |
org.eclipse.collections.api.list.primitive.ImmutableCharList |
of(char one) |
org.eclipse.collections.api.list.primitive.ImmutableCharList |
ofAll(org.eclipse.collections.api.CharIterable items) |
org.eclipse.collections.api.list.primitive.ImmutableCharList |
with() |
org.eclipse.collections.api.list.primitive.ImmutableCharList |
with(char... items) |
org.eclipse.collections.api.list.primitive.ImmutableCharList |
with(char one) |
org.eclipse.collections.api.list.primitive.ImmutableCharList |
withAll(org.eclipse.collections.api.CharIterable items) |
public org.eclipse.collections.api.list.primitive.ImmutableCharList empty()
empty in interface org.eclipse.collections.api.factory.list.primitive.ImmutableCharListFactorypublic org.eclipse.collections.api.list.primitive.ImmutableCharList of()
of in interface org.eclipse.collections.api.factory.list.primitive.ImmutableCharListFactorypublic org.eclipse.collections.api.list.primitive.ImmutableCharList with()
with in interface org.eclipse.collections.api.factory.list.primitive.ImmutableCharListFactorypublic org.eclipse.collections.api.list.primitive.ImmutableCharList of(char one)
of in interface org.eclipse.collections.api.factory.list.primitive.ImmutableCharListFactorypublic org.eclipse.collections.api.list.primitive.ImmutableCharList with(char one)
with in interface org.eclipse.collections.api.factory.list.primitive.ImmutableCharListFactorypublic org.eclipse.collections.api.list.primitive.ImmutableCharList of(char... items)
of in interface org.eclipse.collections.api.factory.list.primitive.ImmutableCharListFactorypublic org.eclipse.collections.api.list.primitive.ImmutableCharList with(char... items)
with in interface org.eclipse.collections.api.factory.list.primitive.ImmutableCharListFactorypublic org.eclipse.collections.api.list.primitive.ImmutableCharList ofAll(org.eclipse.collections.api.CharIterable items)
ofAll in interface org.eclipse.collections.api.factory.list.primitive.ImmutableCharListFactorypublic org.eclipse.collections.api.list.primitive.ImmutableCharList withAll(org.eclipse.collections.api.CharIterable items)
withAll in interface org.eclipse.collections.api.factory.list.primitive.ImmutableCharListFactoryCopyright © 2004–2018. All rights reserved.