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