public class MutableLongStackFactoryImpl
extends java.lang.Object
implements com.gs.collections.api.factory.stack.primitive.MutableLongStackFactory
MutableLongStack.
This file was automatically generated from template file mutablePrimitiveStackFactoryImpl.stg.| Constructor and Description |
|---|
MutableLongStackFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.stack.primitive.MutableLongStack |
empty() |
com.gs.collections.api.stack.primitive.MutableLongStack |
of()
Same as
MutableLongStackFactory.empty(). |
com.gs.collections.api.stack.primitive.MutableLongStack |
of(long... items)
Same as
MutableLongStackFactory.with(long[]). |
com.gs.collections.api.stack.primitive.MutableLongStack |
ofAll(com.gs.collections.api.LongIterable items)
Same as
MutableLongStackFactory.withAll(LongIterable). |
com.gs.collections.api.stack.primitive.MutableLongStack |
ofAllReversed(com.gs.collections.api.LongIterable items)
Same as
MutableLongStackFactory.withAllReversed(LongIterable). |
com.gs.collections.api.stack.primitive.MutableLongStack |
with()
Same as
MutableLongStackFactory.empty(). |
com.gs.collections.api.stack.primitive.MutableLongStack |
with(long... items) |
com.gs.collections.api.stack.primitive.MutableLongStack |
withAll(com.gs.collections.api.LongIterable items) |
com.gs.collections.api.stack.primitive.MutableLongStack |
withAllReversed(com.gs.collections.api.LongIterable items) |
public com.gs.collections.api.stack.primitive.MutableLongStack empty()
empty in interface com.gs.collections.api.factory.stack.primitive.MutableLongStackFactorypublic com.gs.collections.api.stack.primitive.MutableLongStack of()
com.gs.collections.api.factory.stack.primitive.MutableLongStackFactoryMutableLongStackFactory.empty().of in interface com.gs.collections.api.factory.stack.primitive.MutableLongStackFactorypublic com.gs.collections.api.stack.primitive.MutableLongStack with()
com.gs.collections.api.factory.stack.primitive.MutableLongStackFactoryMutableLongStackFactory.empty().with in interface com.gs.collections.api.factory.stack.primitive.MutableLongStackFactorypublic com.gs.collections.api.stack.primitive.MutableLongStack of(long... items)
com.gs.collections.api.factory.stack.primitive.MutableLongStackFactoryMutableLongStackFactory.with(long[]).of in interface com.gs.collections.api.factory.stack.primitive.MutableLongStackFactorypublic com.gs.collections.api.stack.primitive.MutableLongStack with(long... items)
with in interface com.gs.collections.api.factory.stack.primitive.MutableLongStackFactorypublic com.gs.collections.api.stack.primitive.MutableLongStack ofAll(com.gs.collections.api.LongIterable items)
com.gs.collections.api.factory.stack.primitive.MutableLongStackFactoryMutableLongStackFactory.withAll(LongIterable).ofAll in interface com.gs.collections.api.factory.stack.primitive.MutableLongStackFactorypublic com.gs.collections.api.stack.primitive.MutableLongStack withAll(com.gs.collections.api.LongIterable items)
withAll in interface com.gs.collections.api.factory.stack.primitive.MutableLongStackFactorypublic com.gs.collections.api.stack.primitive.MutableLongStack ofAllReversed(com.gs.collections.api.LongIterable items)
com.gs.collections.api.factory.stack.primitive.MutableLongStackFactoryMutableLongStackFactory.withAllReversed(LongIterable).ofAllReversed in interface com.gs.collections.api.factory.stack.primitive.MutableLongStackFactorypublic com.gs.collections.api.stack.primitive.MutableLongStack withAllReversed(com.gs.collections.api.LongIterable items)
withAllReversed in interface com.gs.collections.api.factory.stack.primitive.MutableLongStackFactory