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