ImmutableShortSetFactoryImpl
public interface ImmutableShortSetFactory
ImmutableShortSet
.
This file was automatically generated from template file immutablePrimitiveSetFactory.stg.Modifier and Type | Method | Description |
---|---|---|
ImmutableShortSet |
empty() |
|
ImmutableShortSet |
of() |
Same as
empty() . |
ImmutableShortSet |
of(short one) |
Same as
with(short) . |
ImmutableShortSet |
of(short... items) |
Same as
with(short[]) . |
ImmutableShortSet |
ofAll(ShortIterable items) |
Same as
withAll(ShortIterable) . |
ImmutableShortSet |
with() |
Same as
empty() . |
ImmutableShortSet |
with(short one) |
|
ImmutableShortSet |
with(short... items) |
|
ImmutableShortSet |
withAll(ShortIterable items) |
ImmutableShortSet empty()
ImmutableShortSet of()
empty()
.ImmutableShortSet with()
empty()
.ImmutableShortSet of(short one)
with(short)
.ImmutableShortSet with(short one)
ImmutableShortSet of(short... items)
with(short[])
.ImmutableShortSet with(short... items)
ImmutableShortSet ofAll(ShortIterable items)
withAll(ShortIterable)
.ImmutableShortSet withAll(ShortIterable items)
Copyright © 2004–2017. All rights reserved.