public class MutableIntStackFactoryImpl extends Object implements MutableIntStackFactory
MutableIntStack
.
This file was automatically generated from template file mutablePrimitiveStackFactoryImpl.stg.Constructor and Description |
---|
MutableIntStackFactoryImpl() |
Modifier and Type | Method and Description |
---|---|
MutableIntStack |
empty() |
MutableIntStack |
of()
Same as
MutableIntStackFactory.empty() . |
MutableIntStack |
of(int... items)
Same as
MutableIntStackFactory.with(int[]) . |
MutableIntStack |
ofAll(IntIterable items)
|
MutableIntStack |
ofAllReversed(IntIterable items)
|
MutableIntStack |
with()
Same as
MutableIntStackFactory.empty() . |
MutableIntStack |
with(int... items) |
MutableIntStack |
withAll(IntIterable items) |
MutableIntStack |
withAllReversed(IntIterable items) |
public MutableIntStack empty()
empty
in interface MutableIntStackFactory
public MutableIntStack of()
MutableIntStackFactory
MutableIntStackFactory.empty()
.of
in interface MutableIntStackFactory
public MutableIntStack with()
MutableIntStackFactory
MutableIntStackFactory.empty()
.with
in interface MutableIntStackFactory
public MutableIntStack of(int... items)
MutableIntStackFactory
MutableIntStackFactory.with(int[])
.of
in interface MutableIntStackFactory
public MutableIntStack with(int... items)
with
in interface MutableIntStackFactory
public MutableIntStack ofAll(IntIterable items)
MutableIntStackFactory
ofAll
in interface MutableIntStackFactory
public MutableIntStack withAll(IntIterable items)
withAll
in interface MutableIntStackFactory
public MutableIntStack ofAllReversed(IntIterable items)
MutableIntStackFactory
ofAllReversed
in interface MutableIntStackFactory
public MutableIntStack withAllReversed(IntIterable items)
withAllReversed
in interface MutableIntStackFactory
Copyright © 2004–2016. All rights reserved.