public class MutableLongSetFactoryImpl extends Object implements MutableLongSetFactory
MutableLongSet.
This file was automatically generated from template file mutablePrimitiveSetFactoryImpl.stg.| Constructor and Description |
|---|
MutableLongSetFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
MutableLongSet |
empty() |
MutableLongSet |
of()
Same as
MutableLongSetFactory.empty(). |
MutableLongSet |
of(long... items)
Same as
MutableLongSetFactory.with(long[]). |
MutableLongSet |
ofAll(LongIterable items)
|
MutableLongSet |
with()
Same as
MutableLongSetFactory.empty(). |
MutableLongSet |
with(long... items) |
MutableLongSet |
withAll(LongIterable items) |
public MutableLongSet empty()
empty in interface MutableLongSetFactorypublic MutableLongSet of()
MutableLongSetFactoryMutableLongSetFactory.empty().of in interface MutableLongSetFactorypublic MutableLongSet with()
MutableLongSetFactoryMutableLongSetFactory.empty().with in interface MutableLongSetFactorypublic MutableLongSet of(long... items)
MutableLongSetFactoryMutableLongSetFactory.with(long[]).of in interface MutableLongSetFactorypublic MutableLongSet with(long... items)
with in interface MutableLongSetFactorypublic MutableLongSet ofAll(LongIterable items)
MutableLongSetFactoryofAll in interface MutableLongSetFactorypublic MutableLongSet withAll(LongIterable items)
withAll in interface MutableLongSetFactoryCopyright © 2004–2016. All rights reserved.