public class ImmutableLongStackFactoryImpl
extends java.lang.Object
implements com.gs.collections.api.factory.stack.primitive.ImmutableLongStackFactory
ImmutableLongStack.
This file was automatically generated from template file immutablePrimitiveStackFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableLongStackFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.stack.primitive.ImmutableLongStack |
of()
Same as
ImmutableLongStackFactory.with(). |
com.gs.collections.api.stack.primitive.ImmutableLongStack |
of(long... items)
Same as
ImmutableLongStackFactory.with(long[]). |
com.gs.collections.api.stack.primitive.ImmutableLongStack |
of(long one)
Same as
ImmutableLongStackFactory.with(long). |
com.gs.collections.api.stack.primitive.ImmutableLongStack |
ofAll(com.gs.collections.api.LongIterable items)
Same as
ImmutableLongStackFactory.withAll(LongIterable). |
com.gs.collections.api.stack.primitive.ImmutableLongStack |
ofAllReversed(com.gs.collections.api.LongIterable items)
Same as
ImmutableLongStackFactory.withAllReversed(LongIterable). |
com.gs.collections.api.stack.primitive.ImmutableLongStack |
with() |
com.gs.collections.api.stack.primitive.ImmutableLongStack |
with(long... items) |
com.gs.collections.api.stack.primitive.ImmutableLongStack |
with(long one) |
com.gs.collections.api.stack.primitive.ImmutableLongStack |
withAll(com.gs.collections.api.LongIterable items) |
com.gs.collections.api.stack.primitive.ImmutableLongStack |
withAllReversed(com.gs.collections.api.LongIterable items) |
public com.gs.collections.api.stack.primitive.ImmutableLongStack of()
com.gs.collections.api.factory.stack.primitive.ImmutableLongStackFactoryImmutableLongStackFactory.with().of in interface com.gs.collections.api.factory.stack.primitive.ImmutableLongStackFactorypublic com.gs.collections.api.stack.primitive.ImmutableLongStack with()
with in interface com.gs.collections.api.factory.stack.primitive.ImmutableLongStackFactorypublic com.gs.collections.api.stack.primitive.ImmutableLongStack of(long one)
com.gs.collections.api.factory.stack.primitive.ImmutableLongStackFactoryImmutableLongStackFactory.with(long).of in interface com.gs.collections.api.factory.stack.primitive.ImmutableLongStackFactorypublic com.gs.collections.api.stack.primitive.ImmutableLongStack with(long one)
with in interface com.gs.collections.api.factory.stack.primitive.ImmutableLongStackFactorypublic com.gs.collections.api.stack.primitive.ImmutableLongStack of(long... items)
com.gs.collections.api.factory.stack.primitive.ImmutableLongStackFactoryImmutableLongStackFactory.with(long[]).of in interface com.gs.collections.api.factory.stack.primitive.ImmutableLongStackFactorypublic com.gs.collections.api.stack.primitive.ImmutableLongStack with(long... items)
with in interface com.gs.collections.api.factory.stack.primitive.ImmutableLongStackFactorypublic com.gs.collections.api.stack.primitive.ImmutableLongStack ofAll(com.gs.collections.api.LongIterable items)
com.gs.collections.api.factory.stack.primitive.ImmutableLongStackFactoryImmutableLongStackFactory.withAll(LongIterable).ofAll in interface com.gs.collections.api.factory.stack.primitive.ImmutableLongStackFactorypublic com.gs.collections.api.stack.primitive.ImmutableLongStack withAll(com.gs.collections.api.LongIterable items)
withAll in interface com.gs.collections.api.factory.stack.primitive.ImmutableLongStackFactorypublic com.gs.collections.api.stack.primitive.ImmutableLongStack ofAllReversed(com.gs.collections.api.LongIterable items)
com.gs.collections.api.factory.stack.primitive.ImmutableLongStackFactoryImmutableLongStackFactory.withAllReversed(LongIterable).ofAllReversed in interface com.gs.collections.api.factory.stack.primitive.ImmutableLongStackFactorypublic com.gs.collections.api.stack.primitive.ImmutableLongStack withAllReversed(com.gs.collections.api.LongIterable items)
withAllReversed in interface com.gs.collections.api.factory.stack.primitive.ImmutableLongStackFactory