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