ImmutableLongSetFactoryImplpublic interface ImmutableLongSetFactory
ImmutableLongSet.
This file was automatically generated from template file immutablePrimitiveSetFactory.stg.| Modifier and Type | Method | Description |
|---|---|---|
ImmutableLongSet |
empty() |
|
ImmutableLongSet |
of() |
Same as
empty(). |
ImmutableLongSet |
of(long one) |
Same as
with(long). |
ImmutableLongSet |
of(long... items) |
Same as
with(long[]). |
ImmutableLongSet |
ofAll(Iterable<Long> iterable) |
Same as
#withAll(IterableLong). |
ImmutableLongSet |
ofAll(LongStream items) |
|
ImmutableLongSet |
ofAll(LongIterable items) |
Same as
withAll(LongIterable). |
ImmutableLongSet |
with() |
Same as
empty(). |
ImmutableLongSet |
with(long one) |
|
ImmutableLongSet |
with(long... items) |
|
ImmutableLongSet |
withAll(Iterable<Long> iterable) |
|
ImmutableLongSet |
withAll(LongStream items) |
|
ImmutableLongSet |
withAll(LongIterable items) |
ImmutableLongSet empty()
ImmutableLongSet of()
empty().ImmutableLongSet with()
empty().ImmutableLongSet of(long one)
with(long).ImmutableLongSet with(long one)
ImmutableLongSet of(long... items)
with(long[]).ImmutableLongSet with(long... items)
ImmutableLongSet ofAll(LongIterable items)
withAll(LongIterable).ImmutableLongSet withAll(LongIterable items)
ImmutableLongSet ofAll(Iterable<Long> iterable)
#withAll(IterableLong).ImmutableLongSet withAll(Iterable<Long> iterable)
ImmutableLongSet ofAll(LongStream items)
ImmutableLongSet withAll(LongStream items)
Copyright © 2004–2019. All rights reserved.