public class MutableShortSetFactoryImpl extends Object implements MutableShortSetFactory
MutableShortSet.
This file was automatically generated from template file mutablePrimitiveSetFactoryImpl.stg.| Constructor and Description |
|---|
MutableShortSetFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
MutableShortSet |
empty() |
MutableShortSet |
of()
Same as
MutableShortSetFactory.empty(). |
MutableShortSet |
of(short... items)
Same as
MutableShortSetFactory.with(short[]). |
MutableShortSet |
ofAll(ShortIterable items)
|
MutableShortSet |
with()
Same as
MutableShortSetFactory.empty(). |
MutableShortSet |
with(short... items) |
MutableShortSet |
withAll(ShortIterable items) |
public MutableShortSet empty()
empty in interface MutableShortSetFactorypublic MutableShortSet of()
MutableShortSetFactoryMutableShortSetFactory.empty().of in interface MutableShortSetFactorypublic MutableShortSet with()
MutableShortSetFactoryMutableShortSetFactory.empty().with in interface MutableShortSetFactorypublic MutableShortSet of(short... items)
MutableShortSetFactoryMutableShortSetFactory.with(short[]).of in interface MutableShortSetFactorypublic MutableShortSet with(short... items)
with in interface MutableShortSetFactorypublic MutableShortSet ofAll(ShortIterable items)
MutableShortSetFactoryofAll in interface MutableShortSetFactorypublic MutableShortSet withAll(ShortIterable items)
withAll in interface MutableShortSetFactoryCopyright © 2004–2016. All rights reserved.