public interface ImmutableShortSetFactory
ImmutableShortSet
.
This file was automatically generated from template file immutablePrimitiveSetFactory.stg.Modifier and Type | Method and Description |
---|---|
ImmutableShortSet |
empty() |
ImmutableShortSet |
of()
Same as
empty() . |
ImmutableShortSet |
of(short... items)
Same as
with(short[]) . |
ImmutableShortSet |
of(short one)
Same as
with(short) . |
ImmutableShortSet |
ofAll(ShortIterable items)
Same as
withAll(ShortIterable) . |
ImmutableShortSet |
with()
Same as
empty() . |
ImmutableShortSet |
with(short... items) |
ImmutableShortSet |
with(short one) |
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–2016. All rights reserved.