Interface MutableShortBagFactory
- All Known Implementing Classes:
MutableShortBagFactoryImpl
public interface MutableShortBagFactory
A factory which creates instances of type
MutableShortBag.
This file was automatically generated from template file mutablePrimitiveBagFactory.stg.- Since:
- 6.0.
-
Method Summary
Modifier and Type Method Description MutableShortBagempty()MutableShortBagof()Same asempty().MutableShortBagof(short... items)Same aswith(short[]).MutableShortBagofAll(Iterable<Short> iterable)Same aswithAll(Iterable).MutableShortBagofAll(ShortIterable items)Same aswithAll(ShortIterable).MutableShortBagwith()Same asempty().MutableShortBagwith(short... items)MutableShortBagwithAll(Iterable<Short> iterable)MutableShortBagwithAll(ShortIterable items)
-
Method Details
-
empty
MutableShortBag empty() -
of
MutableShortBag of()Same asempty(). -
with
MutableShortBag with()Same asempty(). -
of
Same aswith(short[]). -
with
-
ofAll
Same aswithAll(ShortIterable). -
withAll
-
ofAll
Same aswithAll(Iterable). -
withAll
-