public class ImmutableLongStackFactoryImpl extends Object implements ImmutableLongStackFactory
ImmutableLongStack.
This file was automatically generated from template file immutablePrimitiveStackFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static ImmutableLongStackFactory |
INSTANCE |
| Constructor and Description |
|---|
ImmutableLongStackFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableLongStack |
empty() |
ImmutableLongStack |
of() |
ImmutableLongStack |
of(long... items) |
ImmutableLongStack |
of(long one) |
ImmutableLongStack |
ofAll(Iterable<Long> iterable) |
ImmutableLongStack |
ofAll(LongIterable items) |
ImmutableLongStack |
ofAll(LongStream items) |
ImmutableLongStack |
ofAllReversed(LongIterable items) |
ImmutableLongStack |
with() |
ImmutableLongStack |
with(long... items) |
ImmutableLongStack |
with(long one) |
ImmutableLongStack |
withAll(Iterable<Long> iterable) |
ImmutableLongStack |
withAll(LongIterable items) |
ImmutableLongStack |
withAll(LongStream items) |
ImmutableLongStack |
withAllReversed(LongIterable items) |
public static final ImmutableLongStackFactory INSTANCE
public ImmutableLongStack empty()
empty in interface ImmutableLongStackFactorypublic ImmutableLongStack of()
of in interface ImmutableLongStackFactorypublic ImmutableLongStack with()
with in interface ImmutableLongStackFactorypublic ImmutableLongStack of(long one)
of in interface ImmutableLongStackFactorypublic ImmutableLongStack with(long one)
with in interface ImmutableLongStackFactorypublic ImmutableLongStack of(long... items)
of in interface ImmutableLongStackFactorypublic ImmutableLongStack with(long... items)
with in interface ImmutableLongStackFactorypublic ImmutableLongStack ofAll(LongIterable items)
ofAll in interface ImmutableLongStackFactorypublic ImmutableLongStack withAll(LongIterable items)
withAll in interface ImmutableLongStackFactorypublic ImmutableLongStack ofAll(Iterable<Long> iterable)
ofAll in interface ImmutableLongStackFactorypublic ImmutableLongStack withAll(Iterable<Long> iterable)
withAll in interface ImmutableLongStackFactorypublic ImmutableLongStack ofAllReversed(LongIterable items)
ofAllReversed in interface ImmutableLongStackFactorypublic ImmutableLongStack withAllReversed(LongIterable items)
withAllReversed in interface ImmutableLongStackFactorypublic ImmutableLongStack ofAll(LongStream items)
ofAll in interface ImmutableLongStackFactorypublic ImmutableLongStack withAll(LongStream items)
withAll in interface ImmutableLongStackFactoryCopyright © 2004–2022. All rights reserved.