public class MutableLongSetFactoryImpl extends Object implements MutableLongSetFactory
MutableLongSet.
This file was automatically generated from template file mutablePrimitiveSetFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static MutableLongSetFactory |
INSTANCE |
| Constructor and Description |
|---|
MutableLongSetFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
MutableLongSet |
empty() |
MutableLongSet |
of() |
MutableLongSet |
of(long... items) |
MutableLongSet |
ofAll(Iterable<Long> iterable) |
MutableLongSet |
ofAll(LongIterable items) |
MutableLongSet |
ofAll(LongStream items) |
MutableLongSet |
with() |
MutableLongSet |
with(long... items) |
MutableLongSet |
withAll(Iterable<Long> iterable) |
MutableLongSet |
withAll(LongIterable items) |
MutableLongSet |
withAll(LongStream items) |
MutableLongSet |
withInitialCapacity(int capacity) |
public static final MutableLongSetFactory INSTANCE
public MutableLongSet empty()
empty in interface MutableLongSetFactorypublic MutableLongSet of()
of in interface MutableLongSetFactorypublic MutableLongSet with()
with in interface MutableLongSetFactorypublic MutableLongSet withInitialCapacity(int capacity)
withInitialCapacity in interface MutableLongSetFactorypublic MutableLongSet of(long... items)
of in interface MutableLongSetFactorypublic MutableLongSet with(long... items)
with in interface MutableLongSetFactorypublic MutableLongSet ofAll(LongIterable items)
ofAll in interface MutableLongSetFactorypublic MutableLongSet withAll(LongIterable items)
withAll in interface MutableLongSetFactorypublic MutableLongSet ofAll(Iterable<Long> iterable)
ofAll in interface MutableLongSetFactorypublic MutableLongSet withAll(Iterable<Long> iterable)
withAll in interface MutableLongSetFactorypublic MutableLongSet ofAll(LongStream items)
ofAll in interface MutableLongSetFactorypublic MutableLongSet withAll(LongStream items)
withAll in interface MutableLongSetFactoryCopyright © 2004–2022. All rights reserved.