public interface ImmutableShortListFactory
ImmutableShortList.
This file was automatically generated from template file immutablePrimitiveListFactory.stg.| Modifier and Type | Method and Description |
|---|---|
ImmutableShortList |
of()
Same as
with(). |
ImmutableShortList |
of(short... items)
Same as
with(short[]). |
ImmutableShortList |
of(short one)
Same as
with(short). |
ImmutableShortList |
ofAll(ShortIterable items)
Same as
withAll(ShortIterable). |
ImmutableShortList |
with() |
ImmutableShortList |
with(short... items) |
ImmutableShortList |
with(short one) |
ImmutableShortList |
withAll(ShortIterable items) |
ImmutableShortList of()
with().ImmutableShortList with()
ImmutableShortList of(short one)
with(short).ImmutableShortList with(short one)
ImmutableShortList of(short... items)
with(short[]).ImmutableShortList with(short... items)
ImmutableShortList ofAll(ShortIterable items)
withAll(ShortIterable).ImmutableShortList withAll(ShortIterable items)
Copyright © 2004–2017. All rights reserved.