Interface ImmutableLongSetFactory
- All Known Implementing Classes:
ImmutableLongSetFactoryImpl
public interface ImmutableLongSetFactory
A factory which creates instances of type
ImmutableLongSet.
This file was automatically generated from template file immutablePrimitiveSetFactory.stg.- Since:
- 4.0.
-
Method Summary
Modifier and TypeMethodDescriptionempty()of()Same asempty().of(long one) Same aswith(long).of(long... items) Same aswith(long[]).Same aswithAll(Iterable).ofAll(LongStream items) ofAll(LongIterable items) Same aswithAll(LongIterable).with()Same asempty().with(long one) with(long... items) withAll(LongStream items) withAll(LongIterable items)
-
Method Details
-
empty
ImmutableLongSet empty()- Since:
- 6.0
-
of
ImmutableLongSet of()Same asempty(). -
with
ImmutableLongSet with()Same asempty(). -
of
Same aswith(long). -
with
-
of
Same aswith(long[]). -
with
-
ofAll
Same aswithAll(LongIterable). -
withAll
-
ofAll
Same aswithAll(Iterable). -
withAll
-
ofAll
- Since:
- 9.0
-
withAll
- Since:
- 9.0
-