public class ImmutableLongSetFactoryImpl extends Object implements ImmutableLongSetFactory
ImmutableLongSet.
This file was automatically generated from template file immutablePrimitiveSetFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableLongSetFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableLongSet |
empty() |
ImmutableLongSet |
of()
Same as
ImmutableLongSetFactory.empty(). |
ImmutableLongSet |
of(long... items)
Same as
ImmutableLongSetFactory.with(long[]). |
ImmutableLongSet |
of(long one)
Same as
ImmutableLongSetFactory.with(long). |
ImmutableLongSet |
ofAll(LongIterable items)
|
ImmutableLongSet |
with()
Same as
ImmutableLongSetFactory.empty(). |
ImmutableLongSet |
with(long... items) |
ImmutableLongSet |
with(long one) |
ImmutableLongSet |
withAll(LongIterable items) |
public ImmutableLongSet empty()
empty in interface ImmutableLongSetFactorypublic ImmutableLongSet of()
ImmutableLongSetFactoryImmutableLongSetFactory.empty().of in interface ImmutableLongSetFactorypublic ImmutableLongSet with()
ImmutableLongSetFactoryImmutableLongSetFactory.empty().with in interface ImmutableLongSetFactorypublic ImmutableLongSet of(long one)
ImmutableLongSetFactoryImmutableLongSetFactory.with(long).of in interface ImmutableLongSetFactorypublic ImmutableLongSet with(long one)
with in interface ImmutableLongSetFactorypublic ImmutableLongSet of(long... items)
ImmutableLongSetFactoryImmutableLongSetFactory.with(long[]).of in interface ImmutableLongSetFactorypublic ImmutableLongSet with(long... items)
with in interface ImmutableLongSetFactorypublic ImmutableLongSet ofAll(LongIterable items)
ImmutableLongSetFactoryofAll in interface ImmutableLongSetFactorypublic ImmutableLongSet withAll(LongIterable items)
withAll in interface ImmutableLongSetFactoryCopyright © 2004–2016. All rights reserved.