public class ImmutableShortSetFactoryImpl extends Object implements ImmutableShortSetFactory
ImmutableShortSet.
This file was automatically generated from template file immutablePrimitiveSetFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableShortSetFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableShortSet |
of()
Same as
ImmutableShortSetFactory.with(). |
ImmutableShortSet |
of(short... items)
|
ImmutableShortSet |
of(short one)
Same as
ImmutableShortSetFactory.with(short). |
ImmutableShortSet |
ofAll(ShortIterable items)
|
ImmutableShortSet |
with() |
ImmutableShortSet |
with(short... items) |
ImmutableShortSet |
with(short one) |
ImmutableShortSet |
withAll(ShortIterable items) |
public ImmutableShortSet of()
ImmutableShortSetFactoryImmutableShortSetFactory.with().of in interface ImmutableShortSetFactorypublic ImmutableShortSet with()
with in interface ImmutableShortSetFactorypublic ImmutableShortSet of(short one)
ImmutableShortSetFactoryImmutableShortSetFactory.with(short).of in interface ImmutableShortSetFactorypublic ImmutableShortSet with(short one)
with in interface ImmutableShortSetFactorypublic ImmutableShortSet of(short... items)
ImmutableShortSetFactoryof in interface ImmutableShortSetFactorypublic ImmutableShortSet with(short... items)
with in interface ImmutableShortSetFactorypublic ImmutableShortSet ofAll(ShortIterable items)
ImmutableShortSetFactoryofAll in interface ImmutableShortSetFactorypublic ImmutableShortSet withAll(ShortIterable items)
withAll in interface ImmutableShortSetFactoryCopyright © 2004–2017. All rights reserved.