public class MutableShortSetFactoryImpl extends Object implements org.eclipse.collections.api.factory.set.primitive.MutableShortSetFactory
MutableShortSet.
This file was automatically generated from template file mutablePrimitiveSetFactoryImpl.stg.| Constructor and Description |
|---|
MutableShortSetFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.set.primitive.MutableShortSet |
empty() |
org.eclipse.collections.api.set.primitive.MutableShortSet |
of() |
org.eclipse.collections.api.set.primitive.MutableShortSet |
of(short... items) |
org.eclipse.collections.api.set.primitive.MutableShortSet |
ofAll(org.eclipse.collections.api.ShortIterable items) |
org.eclipse.collections.api.set.primitive.MutableShortSet |
with() |
org.eclipse.collections.api.set.primitive.MutableShortSet |
with(short... items) |
org.eclipse.collections.api.set.primitive.MutableShortSet |
withAll(org.eclipse.collections.api.ShortIterable items) |
public org.eclipse.collections.api.set.primitive.MutableShortSet empty()
empty in interface org.eclipse.collections.api.factory.set.primitive.MutableShortSetFactorypublic org.eclipse.collections.api.set.primitive.MutableShortSet of()
of in interface org.eclipse.collections.api.factory.set.primitive.MutableShortSetFactorypublic org.eclipse.collections.api.set.primitive.MutableShortSet with()
with in interface org.eclipse.collections.api.factory.set.primitive.MutableShortSetFactorypublic org.eclipse.collections.api.set.primitive.MutableShortSet of(short... items)
of in interface org.eclipse.collections.api.factory.set.primitive.MutableShortSetFactorypublic org.eclipse.collections.api.set.primitive.MutableShortSet with(short... items)
with in interface org.eclipse.collections.api.factory.set.primitive.MutableShortSetFactorypublic org.eclipse.collections.api.set.primitive.MutableShortSet ofAll(org.eclipse.collections.api.ShortIterable items)
ofAll in interface org.eclipse.collections.api.factory.set.primitive.MutableShortSetFactorypublic org.eclipse.collections.api.set.primitive.MutableShortSet withAll(org.eclipse.collections.api.ShortIterable items)
withAll in interface org.eclipse.collections.api.factory.set.primitive.MutableShortSetFactoryCopyright © 2004–2018. All rights reserved.