Interface ImmutableShortListFactory
- All Known Implementing Classes:
ImmutableShortListFactoryImpl
public interface ImmutableShortListFactory
A factory which creates instances of type
ImmutableShortList.
This file was automatically generated from template file immutablePrimitiveListFactory.stg.- Since:
- 3.2.
-
Method Summary
Modifier and Type Method Description ImmutableShortListempty()ImmutableShortListof()Same asempty().ImmutableShortListof(short one)Same aswith(short).ImmutableShortListof(short... items)Same aswith(short[]).ImmutableShortListofAll(Iterable<Short> iterable)Same aswithAll(Iterable).ImmutableShortListofAll(ShortIterable items)Same aswithAll(ShortIterable).ImmutableShortListwith()Same asempty().ImmutableShortListwith(short one)ImmutableShortListwith(short... items)ImmutableShortListwithAll(Iterable<Short> iterable)ImmutableShortListwithAll(ShortIterable items)
-
Method Details
-
empty
ImmutableShortList empty()- Since:
- 6.0
-
of
ImmutableShortList of()Same asempty(). -
with
ImmutableShortList with()Same asempty(). -
of
Same aswith(short). -
with
-
of
Same aswith(short[]). -
with
-
ofAll
Same aswithAll(ShortIterable). -
withAll
-
ofAll
Same aswithAll(Iterable). -
withAll
-