public class MutableLongSetFactoryImpl extends Object implements org.eclipse.collections.api.factory.set.primitive.MutableLongSetFactory
MutableLongSet.
This file was automatically generated from template file mutablePrimitiveSetFactoryImpl.stg.| Constructor and Description |
|---|
MutableLongSetFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.set.primitive.MutableLongSet |
empty() |
org.eclipse.collections.api.set.primitive.MutableLongSet |
of() |
org.eclipse.collections.api.set.primitive.MutableLongSet |
of(long... items) |
org.eclipse.collections.api.set.primitive.MutableLongSet |
ofAll(org.eclipse.collections.api.LongIterable items) |
org.eclipse.collections.api.set.primitive.MutableLongSet |
with() |
org.eclipse.collections.api.set.primitive.MutableLongSet |
with(long... items) |
org.eclipse.collections.api.set.primitive.MutableLongSet |
withAll(org.eclipse.collections.api.LongIterable items) |
public org.eclipse.collections.api.set.primitive.MutableLongSet empty()
empty in interface org.eclipse.collections.api.factory.set.primitive.MutableLongSetFactorypublic org.eclipse.collections.api.set.primitive.MutableLongSet of()
of in interface org.eclipse.collections.api.factory.set.primitive.MutableLongSetFactorypublic org.eclipse.collections.api.set.primitive.MutableLongSet with()
with in interface org.eclipse.collections.api.factory.set.primitive.MutableLongSetFactorypublic org.eclipse.collections.api.set.primitive.MutableLongSet of(long... items)
of in interface org.eclipse.collections.api.factory.set.primitive.MutableLongSetFactorypublic org.eclipse.collections.api.set.primitive.MutableLongSet with(long... items)
with in interface org.eclipse.collections.api.factory.set.primitive.MutableLongSetFactorypublic org.eclipse.collections.api.set.primitive.MutableLongSet ofAll(org.eclipse.collections.api.LongIterable items)
ofAll in interface org.eclipse.collections.api.factory.set.primitive.MutableLongSetFactorypublic org.eclipse.collections.api.set.primitive.MutableLongSet withAll(org.eclipse.collections.api.LongIterable items)
withAll in interface org.eclipse.collections.api.factory.set.primitive.MutableLongSetFactoryCopyright © 2004–2018. All rights reserved.