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 |
empty() |
ImmutableShortSet |
of()
Same as
ImmutableShortSetFactory.empty() . |
ImmutableShortSet |
of(short... items)
|
ImmutableShortSet |
of(short one)
Same as
ImmutableShortSetFactory.with(short) . |
ImmutableShortSet |
ofAll(ShortIterable items)
|
ImmutableShortSet |
with()
Same as
ImmutableShortSetFactory.empty() . |
ImmutableShortSet |
with(short... items) |
ImmutableShortSet |
with(short one) |
ImmutableShortSet |
withAll(ShortIterable items) |
public ImmutableShortSet empty()
empty
in interface ImmutableShortSetFactory
public ImmutableShortSet of()
ImmutableShortSetFactory
ImmutableShortSetFactory.empty()
.of
in interface ImmutableShortSetFactory
public ImmutableShortSet with()
ImmutableShortSetFactory
ImmutableShortSetFactory.empty()
.with
in interface ImmutableShortSetFactory
public ImmutableShortSet of(short one)
ImmutableShortSetFactory
ImmutableShortSetFactory.with(short)
.of
in interface ImmutableShortSetFactory
public ImmutableShortSet with(short one)
with
in interface ImmutableShortSetFactory
public ImmutableShortSet of(short... items)
ImmutableShortSetFactory
of
in interface ImmutableShortSetFactory
public ImmutableShortSet with(short... items)
with
in interface ImmutableShortSetFactory
public ImmutableShortSet ofAll(ShortIterable items)
ImmutableShortSetFactory
ofAll
in interface ImmutableShortSetFactory
public ImmutableShortSet withAll(ShortIterable items)
withAll
in interface ImmutableShortSetFactory
Copyright © 2004–2016. All rights reserved.