Interface ImmutableShortSetFactory
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 TypeMethodDescriptionempty()of()Same asempty().of(short one) Same aswith(short).of(short... items) Same aswith(short[]).Same aswithAll(Iterable).ofAll(ShortIterable items) Same aswithAll(ShortIterable).with()Same asempty().with(short one) with(short... items) withAll(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
-