public class ImmutableIntStackFactoryImpl
extends java.lang.Object
implements com.gs.collections.api.factory.stack.primitive.ImmutableIntStackFactory
ImmutableIntStack.
This file was automatically generated from template file immutablePrimitiveStackFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableIntStackFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.stack.primitive.ImmutableIntStack |
of()
Same as
ImmutableIntStackFactory.with(). |
com.gs.collections.api.stack.primitive.ImmutableIntStack |
of(int... items)
Same as
ImmutableIntStackFactory.with(int[]). |
com.gs.collections.api.stack.primitive.ImmutableIntStack |
of(int one)
Same as
ImmutableIntStackFactory.with(int). |
com.gs.collections.api.stack.primitive.ImmutableIntStack |
ofAll(com.gs.collections.api.IntIterable items)
Same as
ImmutableIntStackFactory.withAll(IntIterable). |
com.gs.collections.api.stack.primitive.ImmutableIntStack |
ofAllReversed(com.gs.collections.api.IntIterable items)
Same as
ImmutableIntStackFactory.withAllReversed(IntIterable). |
com.gs.collections.api.stack.primitive.ImmutableIntStack |
with() |
com.gs.collections.api.stack.primitive.ImmutableIntStack |
with(int... items) |
com.gs.collections.api.stack.primitive.ImmutableIntStack |
with(int one) |
com.gs.collections.api.stack.primitive.ImmutableIntStack |
withAll(com.gs.collections.api.IntIterable items) |
com.gs.collections.api.stack.primitive.ImmutableIntStack |
withAllReversed(com.gs.collections.api.IntIterable items) |
public com.gs.collections.api.stack.primitive.ImmutableIntStack of()
com.gs.collections.api.factory.stack.primitive.ImmutableIntStackFactoryImmutableIntStackFactory.with().of in interface com.gs.collections.api.factory.stack.primitive.ImmutableIntStackFactorypublic com.gs.collections.api.stack.primitive.ImmutableIntStack with()
with in interface com.gs.collections.api.factory.stack.primitive.ImmutableIntStackFactorypublic com.gs.collections.api.stack.primitive.ImmutableIntStack of(int one)
com.gs.collections.api.factory.stack.primitive.ImmutableIntStackFactoryImmutableIntStackFactory.with(int).of in interface com.gs.collections.api.factory.stack.primitive.ImmutableIntStackFactorypublic com.gs.collections.api.stack.primitive.ImmutableIntStack with(int one)
with in interface com.gs.collections.api.factory.stack.primitive.ImmutableIntStackFactorypublic com.gs.collections.api.stack.primitive.ImmutableIntStack of(int... items)
com.gs.collections.api.factory.stack.primitive.ImmutableIntStackFactoryImmutableIntStackFactory.with(int[]).of in interface com.gs.collections.api.factory.stack.primitive.ImmutableIntStackFactorypublic com.gs.collections.api.stack.primitive.ImmutableIntStack with(int... items)
with in interface com.gs.collections.api.factory.stack.primitive.ImmutableIntStackFactorypublic com.gs.collections.api.stack.primitive.ImmutableIntStack ofAll(com.gs.collections.api.IntIterable items)
com.gs.collections.api.factory.stack.primitive.ImmutableIntStackFactoryImmutableIntStackFactory.withAll(IntIterable).ofAll in interface com.gs.collections.api.factory.stack.primitive.ImmutableIntStackFactorypublic com.gs.collections.api.stack.primitive.ImmutableIntStack withAll(com.gs.collections.api.IntIterable items)
withAll in interface com.gs.collections.api.factory.stack.primitive.ImmutableIntStackFactorypublic com.gs.collections.api.stack.primitive.ImmutableIntStack ofAllReversed(com.gs.collections.api.IntIterable items)
com.gs.collections.api.factory.stack.primitive.ImmutableIntStackFactoryImmutableIntStackFactory.withAllReversed(IntIterable).ofAllReversed in interface com.gs.collections.api.factory.stack.primitive.ImmutableIntStackFactorypublic com.gs.collections.api.stack.primitive.ImmutableIntStack withAllReversed(com.gs.collections.api.IntIterable items)
withAllReversed in interface com.gs.collections.api.factory.stack.primitive.ImmutableIntStackFactory