public class MutableDoubleStackFactoryImpl extends Object implements MutableDoubleStackFactory
MutableDoubleStack
.
This file was automatically generated from template file mutablePrimitiveStackFactoryImpl.stg.Constructor and Description |
---|
MutableDoubleStackFactoryImpl() |
Modifier and Type | Method and Description |
---|---|
MutableDoubleStack |
empty() |
MutableDoubleStack |
of()
Same as
MutableDoubleStackFactory.empty() . |
MutableDoubleStack |
of(double... items)
|
MutableDoubleStack |
ofAll(DoubleIterable items)
|
MutableDoubleStack |
ofAllReversed(DoubleIterable items)
|
MutableDoubleStack |
with()
Same as
MutableDoubleStackFactory.empty() . |
MutableDoubleStack |
with(double... items) |
MutableDoubleStack |
withAll(DoubleIterable items) |
MutableDoubleStack |
withAllReversed(DoubleIterable items) |
public MutableDoubleStack empty()
empty
in interface MutableDoubleStackFactory
public MutableDoubleStack of()
MutableDoubleStackFactory
MutableDoubleStackFactory.empty()
.of
in interface MutableDoubleStackFactory
public MutableDoubleStack with()
MutableDoubleStackFactory
MutableDoubleStackFactory.empty()
.with
in interface MutableDoubleStackFactory
public MutableDoubleStack of(double... items)
MutableDoubleStackFactory
of
in interface MutableDoubleStackFactory
public MutableDoubleStack with(double... items)
with
in interface MutableDoubleStackFactory
public MutableDoubleStack ofAll(DoubleIterable items)
MutableDoubleStackFactory
ofAll
in interface MutableDoubleStackFactory
public MutableDoubleStack withAll(DoubleIterable items)
withAll
in interface MutableDoubleStackFactory
public MutableDoubleStack ofAllReversed(DoubleIterable items)
MutableDoubleStackFactory
ofAllReversed
in interface MutableDoubleStackFactory
public MutableDoubleStack withAllReversed(DoubleIterable items)
withAllReversed
in interface MutableDoubleStackFactory
Copyright © 2004–2016. All rights reserved.