public interface ImmutableShortBagFactory
ImmutableShortBag.
This file was automatically generated from template file immutablePrimitiveBagFactory.stg.| Modifier and Type | Method and Description |
|---|---|
ImmutableShortBag |
empty() |
ImmutableShortBag |
of()
Same as
empty(). |
ImmutableShortBag |
of(short... items)
Same as
with(short[]). |
ImmutableShortBag |
of(short one)
Same as
with(short). |
ImmutableShortBag |
ofAll(ShortIterable items)
Same as
withAll(ShortIterable). |
ImmutableShortBag |
with()
Same as
empty(). |
ImmutableShortBag |
with(short... items) |
ImmutableShortBag |
with(short one) |
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)
Copyright © 2004–2017. All rights reserved.