Interface ImmutableShortSetFactory
- All Known Implementing Classes:
ImmutableShortSetFactoryImpl
public interface ImmutableShortSetFactory
A factory which creates instances of type
ImmutableShortSet.
This file was automatically generated from template file immutablePrimitiveSetFactory.stg.- Since:
- 4.0.
-
Method Summary
Modifier and Type Method Description ImmutableShortSetempty()ImmutableShortSetof()Same asempty().ImmutableShortSetof(short one)Same aswith(short).ImmutableShortSetof(short... items)Same aswith(short[]).ImmutableShortSetofAll(Iterable<Short> iterable)Same aswithAll(Iterable).ImmutableShortSetofAll(ShortIterable items)Same aswithAll(ShortIterable).ImmutableShortSetwith()Same asempty().ImmutableShortSetwith(short one)ImmutableShortSetwith(short... items)ImmutableShortSetwithAll(Iterable<Short> iterable)ImmutableShortSetwithAll(ShortIterable items)
-
Method Details
-
empty
ImmutableShortSet empty()- Since:
- 6.0
-
of
ImmutableShortSet of()Same asempty(). -
with
ImmutableShortSet with()Same asempty(). -
of
Same aswith(short). -
with
-
of
Same aswith(short[]). -
with
-
ofAll
Same aswithAll(ShortIterable). -
withAll
-
ofAll
Same aswithAll(Iterable). -
withAll
-