ImmutableLongStackFactoryImpl
public interface ImmutableLongStackFactory
ImmutableLongStack
.
This file was automatically generated from template file immutablePrimitiveStackFactory.stg.Modifier and Type | Method | Description |
---|---|---|
ImmutableLongStack |
empty() |
|
ImmutableLongStack |
of() |
Same as
empty() . |
ImmutableLongStack |
of(long one) |
Same as
with(long) . |
ImmutableLongStack |
of(long... items) |
Same as
with(long[]) . |
ImmutableLongStack |
ofAll(Iterable<Long> iterable) |
Same as
#withAll(IterableLong) . |
ImmutableLongStack |
ofAll(LongStream items) |
|
ImmutableLongStack |
ofAll(LongIterable items) |
Same as
withAll(LongIterable) . |
ImmutableLongStack |
ofAllReversed(LongIterable items) |
Same as
withAllReversed(LongIterable) . |
ImmutableLongStack |
with() |
Same as
empty() . |
ImmutableLongStack |
with(long one) |
|
ImmutableLongStack |
with(long... items) |
|
ImmutableLongStack |
withAll(Iterable<Long> iterable) |
|
ImmutableLongStack |
withAll(LongStream items) |
|
ImmutableLongStack |
withAll(LongIterable items) |
|
ImmutableLongStack |
withAllReversed(LongIterable items) |
ImmutableLongStack empty()
ImmutableLongStack of()
empty()
.ImmutableLongStack with()
empty()
.ImmutableLongStack of(long one)
with(long)
.ImmutableLongStack with(long one)
ImmutableLongStack of(long... items)
with(long[])
.ImmutableLongStack with(long... items)
ImmutableLongStack ofAll(LongIterable items)
withAll(LongIterable)
.ImmutableLongStack withAll(LongIterable items)
ImmutableLongStack ofAll(Iterable<Long> iterable)
#withAll(IterableLong)
.ImmutableLongStack withAll(Iterable<Long> iterable)
ImmutableLongStack ofAllReversed(LongIterable items)
withAllReversed(LongIterable)
.ImmutableLongStack withAllReversed(LongIterable items)
ImmutableLongStack ofAll(LongStream items)
ImmutableLongStack withAll(LongStream items)
Copyright © 2004–2019. All rights reserved.