public class ImmutableLongStackFactoryImpl extends Object implements ImmutableLongStackFactory
ImmutableLongStack.
This file was automatically generated from template file immutablePrimitiveStackFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableLongStackFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableLongStack |
of()
Same as
ImmutableLongStackFactory.with(). |
ImmutableLongStack |
of(long... items)
|
ImmutableLongStack |
of(long one)
Same as
ImmutableLongStackFactory.with(long). |
ImmutableLongStack |
ofAll(LongIterable items)
|
ImmutableLongStack |
ofAllReversed(LongIterable items)
|
ImmutableLongStack |
with() |
ImmutableLongStack |
with(long... items) |
ImmutableLongStack |
with(long one) |
ImmutableLongStack |
withAll(LongIterable items) |
ImmutableLongStack |
withAllReversed(LongIterable items) |
public ImmutableLongStack of()
ImmutableLongStackFactoryImmutableLongStackFactory.with().of in interface ImmutableLongStackFactorypublic ImmutableLongStack with()
with in interface ImmutableLongStackFactorypublic ImmutableLongStack of(long one)
ImmutableLongStackFactoryImmutableLongStackFactory.with(long).of in interface ImmutableLongStackFactorypublic ImmutableLongStack with(long one)
with in interface ImmutableLongStackFactorypublic ImmutableLongStack of(long... items)
ImmutableLongStackFactoryof in interface ImmutableLongStackFactorypublic ImmutableLongStack with(long... items)
with in interface ImmutableLongStackFactorypublic ImmutableLongStack ofAll(LongIterable items)
ImmutableLongStackFactoryofAll in interface ImmutableLongStackFactorypublic ImmutableLongStack withAll(LongIterable items)
withAll in interface ImmutableLongStackFactorypublic ImmutableLongStack ofAllReversed(LongIterable items)
ImmutableLongStackFactoryofAllReversed in interface ImmutableLongStackFactorypublic ImmutableLongStack withAllReversed(LongIterable items)
withAllReversed in interface ImmutableLongStackFactoryCopyright © 2004–2017. All rights reserved.