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