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