Interface ImmutableLongBagFactory
- All Known Implementing Classes:
ImmutableLongBagFactoryImpl
public interface ImmutableLongBagFactory
A factory which creates instances of type
ImmutableLongBag.
This file was automatically generated from template file immutablePrimitiveBagFactory.stg.- Since:
- 4.0.
-
Method Summary
Modifier and Type Method Description ImmutableLongBagempty()ImmutableLongBagof()Same asempty().ImmutableLongBagof(long one)Same aswith(long).ImmutableLongBagof(long... items)Same aswith(long[]).ImmutableLongBagofAll(Iterable<Long> iterable)Same aswithAll(Iterable).ImmutableLongBagofAll(LongStream items)ImmutableLongBagofAll(LongIterable items)Same aswithAll(LongIterable).ImmutableLongBagwith()Same asempty().ImmutableLongBagwith(long one)ImmutableLongBagwith(long... items)ImmutableLongBagwithAll(Iterable<Long> iterable)ImmutableLongBagwithAll(LongStream items)ImmutableLongBagwithAll(LongIterable items)
-
Method Details
-
empty
ImmutableLongBag empty()- Since:
- 6.0
-
of
ImmutableLongBag of()Same asempty(). -
with
ImmutableLongBag 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
-