public interface ImmutableShortBagFactory
ImmutableShortBag.
This file was automatically generated from template file immutablePrimitiveBagFactory.stg.| Modifier and Type | Method and Description |
|---|---|
ImmutableShortBag |
of()
Same as
with(). |
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() |
ImmutableShortBag |
with(short... items) |
ImmutableShortBag |
with(short one) |
ImmutableShortBag |
withAll(ShortIterable items) |
ImmutableShortBag of()
with().ImmutableShortBag with()
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.