ImmutableShortBagFactoryImplpublic interface ImmutableShortBagFactory
ImmutableShortBag.
This file was automatically generated from template file immutablePrimitiveBagFactory.stg.| Modifier and Type | Method | Description |
|---|---|---|
ImmutableShortBag |
empty() |
|
ImmutableShortBag |
of() |
Same as
empty(). |
ImmutableShortBag |
of(short one) |
Same as
with(short). |
ImmutableShortBag |
of(short... items) |
Same as
with(short[]). |
ImmutableShortBag |
ofAll(java.lang.Iterable<java.lang.Short> iterable) |
Same as
#withAll(IterableShort). |
ImmutableShortBag |
ofAll(ShortIterable items) |
Same as
withAll(ShortIterable). |
ImmutableShortBag |
with() |
Same as
empty(). |
ImmutableShortBag |
with(short one) |
|
ImmutableShortBag |
with(short... items) |
|
ImmutableShortBag |
withAll(java.lang.Iterable<java.lang.Short> iterable) |
|
ImmutableShortBag |
withAll(ShortIterable items) |
ImmutableShortBag empty()
ImmutableShortBag of()
empty().ImmutableShortBag with()
empty().ImmutableShortBag of(short one)
with(short).ImmutableShortBag with(short one)
ImmutableShortBag of(short... items)
with(short[]).ImmutableShortBag with(short... items)
ImmutableShortBag ofAll(ShortIterable items)
withAll(ShortIterable).ImmutableShortBag withAll(ShortIterable items)
ImmutableShortBag ofAll(java.lang.Iterable<java.lang.Short> iterable)
#withAll(IterableShort).ImmutableShortBag withAll(java.lang.Iterable<java.lang.Short> iterable)
Copyright © 2004–2020. All rights reserved.