Interface ImmutableShortBagFactory
- All Known Implementing Classes:
ImmutableShortBagFactoryImpl
public interface ImmutableShortBagFactory
A factory which creates instances of type
ImmutableShortBag.
This file was automatically generated from template file immutablePrimitiveBagFactory.stg.- Since:
- 4.0.
-
Method Summary
Modifier and Type Method Description ImmutableShortBagempty()ImmutableShortBagof()Same asempty().ImmutableShortBagof(short one)Same aswith(short).ImmutableShortBagof(short... items)Same aswith(short[]).ImmutableShortBagofAll(Iterable<Short> iterable)Same aswithAll(Iterable).ImmutableShortBagofAll(ShortIterable items)Same aswithAll(ShortIterable).ImmutableShortBagwith()Same asempty().ImmutableShortBagwith(short one)ImmutableShortBagwith(short... items)ImmutableShortBagwithAll(Iterable<Short> iterable)ImmutableShortBagwithAll(ShortIterable items)
-
Method Details
-
empty
ImmutableShortBag empty()- Since:
- 6.0
-
of
ImmutableShortBag of()Same asempty(). -
with
ImmutableShortBag with()Same asempty(). -
of
Same aswith(short). -
with
-
of
Same aswith(short[]). -
with
-
ofAll
Same aswithAll(ShortIterable). -
withAll
-
ofAll
Same aswithAll(Iterable). -
withAll
-