public class MutableCharSetFactoryImpl extends Object implements org.eclipse.collections.api.factory.set.primitive.MutableCharSetFactory
MutableCharSet.
This file was automatically generated from template file mutablePrimitiveSetFactoryImpl.stg.| Constructor and Description |
|---|
MutableCharSetFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.set.primitive.MutableCharSet |
empty() |
org.eclipse.collections.api.set.primitive.MutableCharSet |
of() |
org.eclipse.collections.api.set.primitive.MutableCharSet |
of(char... items) |
org.eclipse.collections.api.set.primitive.MutableCharSet |
ofAll(org.eclipse.collections.api.CharIterable items) |
org.eclipse.collections.api.set.primitive.MutableCharSet |
with() |
org.eclipse.collections.api.set.primitive.MutableCharSet |
with(char... items) |
org.eclipse.collections.api.set.primitive.MutableCharSet |
withAll(org.eclipse.collections.api.CharIterable items) |
public org.eclipse.collections.api.set.primitive.MutableCharSet empty()
empty in interface org.eclipse.collections.api.factory.set.primitive.MutableCharSetFactorypublic org.eclipse.collections.api.set.primitive.MutableCharSet of()
of in interface org.eclipse.collections.api.factory.set.primitive.MutableCharSetFactorypublic org.eclipse.collections.api.set.primitive.MutableCharSet with()
with in interface org.eclipse.collections.api.factory.set.primitive.MutableCharSetFactorypublic org.eclipse.collections.api.set.primitive.MutableCharSet of(char... items)
of in interface org.eclipse.collections.api.factory.set.primitive.MutableCharSetFactorypublic org.eclipse.collections.api.set.primitive.MutableCharSet with(char... items)
with in interface org.eclipse.collections.api.factory.set.primitive.MutableCharSetFactorypublic org.eclipse.collections.api.set.primitive.MutableCharSet ofAll(org.eclipse.collections.api.CharIterable items)
ofAll in interface org.eclipse.collections.api.factory.set.primitive.MutableCharSetFactorypublic org.eclipse.collections.api.set.primitive.MutableCharSet withAll(org.eclipse.collections.api.CharIterable items)
withAll in interface org.eclipse.collections.api.factory.set.primitive.MutableCharSetFactoryCopyright © 2004–2018. All rights reserved.