public class ImmutableLongSetFactoryImpl extends Object implements ImmutableLongSetFactory
ImmutableLongSet.
This file was automatically generated from template file immutablePrimitiveSetFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static ImmutableLongSetFactory |
INSTANCE |
| Constructor and Description |
|---|
ImmutableLongSetFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableLongSet |
empty() |
ImmutableLongSet |
of() |
ImmutableLongSet |
of(long... items) |
ImmutableLongSet |
of(long one) |
ImmutableLongSet |
ofAll(Iterable<Long> iterable) |
ImmutableLongSet |
ofAll(LongIterable items) |
ImmutableLongSet |
ofAll(LongStream items) |
ImmutableLongSet |
with() |
ImmutableLongSet |
with(long... items) |
ImmutableLongSet |
with(long one) |
ImmutableLongSet |
withAll(Iterable<Long> iterable) |
ImmutableLongSet |
withAll(LongIterable items) |
ImmutableLongSet |
withAll(LongStream items) |
public static final ImmutableLongSetFactory INSTANCE
public ImmutableLongSet empty()
empty in interface ImmutableLongSetFactorypublic ImmutableLongSet of()
of in interface ImmutableLongSetFactorypublic ImmutableLongSet with()
with in interface ImmutableLongSetFactorypublic ImmutableLongSet of(long one)
of in interface ImmutableLongSetFactorypublic ImmutableLongSet with(long one)
with in interface ImmutableLongSetFactorypublic ImmutableLongSet of(long... items)
of in interface ImmutableLongSetFactorypublic ImmutableLongSet with(long... items)
with in interface ImmutableLongSetFactorypublic ImmutableLongSet ofAll(LongIterable items)
ofAll in interface ImmutableLongSetFactorypublic ImmutableLongSet withAll(LongIterable items)
withAll in interface ImmutableLongSetFactorypublic ImmutableLongSet ofAll(Iterable<Long> iterable)
ofAll in interface ImmutableLongSetFactorypublic ImmutableLongSet withAll(Iterable<Long> iterable)
withAll in interface ImmutableLongSetFactorypublic ImmutableLongSet ofAll(LongStream items)
ofAll in interface ImmutableLongSetFactorypublic ImmutableLongSet withAll(LongStream items)
withAll in interface ImmutableLongSetFactoryCopyright © 2004–2022. All rights reserved.