ImmutableShortSetFactoryImplpublic 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(Iterable<Short> iterable) |
Same as
#withAll(IterableShort). |
ImmutableShortSet |
ofAll(ShortIterable items) |
Same as
withAll(ShortIterable). |
ImmutableShortSet |
with() |
Same as
empty(). |
ImmutableShortSet |
with(short one) |
|
ImmutableShortSet |
with(short... items) |
|
ImmutableShortSet |
withAll(Iterable<Short> iterable) |
|
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)
ImmutableShortSet ofAll(Iterable<Short> iterable)
#withAll(IterableShort).ImmutableShortSet withAll(Iterable<Short> iterable)
Copyright © 2004–2019. All rights reserved.