public class MutableIntStackFactoryImpl
extends java.lang.Object
implements com.gs.collections.api.factory.stack.primitive.MutableIntStackFactory
MutableIntStack.
This file was automatically generated from template file mutablePrimitiveStackFactoryImpl.stg.| Constructor and Description |
|---|
MutableIntStackFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.stack.primitive.MutableIntStack |
empty() |
com.gs.collections.api.stack.primitive.MutableIntStack |
of()
Same as
MutableIntStackFactory.empty(). |
com.gs.collections.api.stack.primitive.MutableIntStack |
of(int... items)
Same as
MutableIntStackFactory.with(int[]). |
com.gs.collections.api.stack.primitive.MutableIntStack |
ofAll(com.gs.collections.api.IntIterable items)
Same as
MutableIntStackFactory.withAll(IntIterable). |
com.gs.collections.api.stack.primitive.MutableIntStack |
ofAllReversed(com.gs.collections.api.IntIterable items)
Same as
MutableIntStackFactory.withAllReversed(IntIterable). |
com.gs.collections.api.stack.primitive.MutableIntStack |
with()
Same as
MutableIntStackFactory.empty(). |
com.gs.collections.api.stack.primitive.MutableIntStack |
with(int... items) |
com.gs.collections.api.stack.primitive.MutableIntStack |
withAll(com.gs.collections.api.IntIterable items) |
com.gs.collections.api.stack.primitive.MutableIntStack |
withAllReversed(com.gs.collections.api.IntIterable items) |
public com.gs.collections.api.stack.primitive.MutableIntStack empty()
empty in interface com.gs.collections.api.factory.stack.primitive.MutableIntStackFactorypublic com.gs.collections.api.stack.primitive.MutableIntStack of()
com.gs.collections.api.factory.stack.primitive.MutableIntStackFactoryMutableIntStackFactory.empty().of in interface com.gs.collections.api.factory.stack.primitive.MutableIntStackFactorypublic com.gs.collections.api.stack.primitive.MutableIntStack with()
com.gs.collections.api.factory.stack.primitive.MutableIntStackFactoryMutableIntStackFactory.empty().with in interface com.gs.collections.api.factory.stack.primitive.MutableIntStackFactorypublic com.gs.collections.api.stack.primitive.MutableIntStack of(int... items)
com.gs.collections.api.factory.stack.primitive.MutableIntStackFactoryMutableIntStackFactory.with(int[]).of in interface com.gs.collections.api.factory.stack.primitive.MutableIntStackFactorypublic com.gs.collections.api.stack.primitive.MutableIntStack with(int... items)
with in interface com.gs.collections.api.factory.stack.primitive.MutableIntStackFactorypublic com.gs.collections.api.stack.primitive.MutableIntStack ofAll(com.gs.collections.api.IntIterable items)
com.gs.collections.api.factory.stack.primitive.MutableIntStackFactoryMutableIntStackFactory.withAll(IntIterable).ofAll in interface com.gs.collections.api.factory.stack.primitive.MutableIntStackFactorypublic com.gs.collections.api.stack.primitive.MutableIntStack withAll(com.gs.collections.api.IntIterable items)
withAll in interface com.gs.collections.api.factory.stack.primitive.MutableIntStackFactorypublic com.gs.collections.api.stack.primitive.MutableIntStack ofAllReversed(com.gs.collections.api.IntIterable items)
com.gs.collections.api.factory.stack.primitive.MutableIntStackFactoryMutableIntStackFactory.withAllReversed(IntIterable).ofAllReversed in interface com.gs.collections.api.factory.stack.primitive.MutableIntStackFactorypublic com.gs.collections.api.stack.primitive.MutableIntStack withAllReversed(com.gs.collections.api.IntIterable items)
withAllReversed in interface com.gs.collections.api.factory.stack.primitive.MutableIntStackFactory