Interface MutableShortSetFactory
public interface MutableShortSetFactory
A factory which creates instances of type
MutableShortSet.
This file was automatically generated from template file mutablePrimitiveSetFactory.stg.- Since:
- 6.0.
-
Method Summary
Modifier and TypeMethodDescriptionempty()of()Same asempty().of(short... items) Same aswith(short[]).Same aswithAll(Iterable).ofAll(ShortIterable items) Same aswithAll(ShortIterable).with()Same asempty().with(short... items) withAll(ShortIterable items) default MutableShortSetwithInitialCapacity(int capacity) Same asempty(). but takes in an initial capacity
-
Method Details
-
empty
MutableShortSet empty() -
of
MutableShortSet of()Same asempty(). -
with
MutableShortSet with()Same asempty(). -
withInitialCapacity
Same asempty(). but takes in an initial capacity- Since:
- 10.3
-
of
Same aswith(short[]). -
with
-
ofAll
Same aswithAll(ShortIterable). -
withAll
-
ofAll
Same aswithAll(Iterable). -
withAll
-