public class MutableShortSetFactoryImpl extends Object implements MutableShortSetFactory
MutableShortSet.
This file was automatically generated from template file mutablePrimitiveSetFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static MutableShortSetFactory |
INSTANCE |
| Constructor and Description |
|---|
MutableShortSetFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
MutableShortSet |
empty() |
MutableShortSet |
of() |
MutableShortSet |
of(short... items) |
MutableShortSet |
ofAll(Iterable<Short> iterable) |
MutableShortSet |
ofAll(ShortIterable items) |
MutableShortSet |
with() |
MutableShortSet |
with(short... items) |
MutableShortSet |
withAll(Iterable<Short> iterable) |
MutableShortSet |
withAll(ShortIterable items) |
MutableShortSet |
withInitialCapacity(int capacity) |
public static final MutableShortSetFactory INSTANCE
public MutableShortSet empty()
empty in interface MutableShortSetFactorypublic MutableShortSet of()
of in interface MutableShortSetFactorypublic MutableShortSet with()
with in interface MutableShortSetFactorypublic MutableShortSet withInitialCapacity(int capacity)
withInitialCapacity in interface MutableShortSetFactorypublic MutableShortSet of(short... items)
of in interface MutableShortSetFactorypublic MutableShortSet with(short... items)
with in interface MutableShortSetFactorypublic MutableShortSet ofAll(ShortIterable items)
ofAll in interface MutableShortSetFactorypublic MutableShortSet withAll(ShortIterable items)
withAll in interface MutableShortSetFactorypublic MutableShortSet ofAll(Iterable<Short> iterable)
ofAll in interface MutableShortSetFactorypublic MutableShortSet withAll(Iterable<Short> iterable)
withAll in interface MutableShortSetFactoryCopyright © 2004–2022. All rights reserved.