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