@Immutable public final class MutableStackFactoryImpl extends Object implements org.eclipse.collections.api.factory.stack.MutableStackFactory
| Constructor and Description |
|---|
MutableStackFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
<T> org.eclipse.collections.api.stack.MutableStack<T> |
empty() |
<T> org.eclipse.collections.api.stack.MutableStack<T> |
of() |
<T> org.eclipse.collections.api.stack.MutableStack<T> |
of(T... elements) |
<T> org.eclipse.collections.api.stack.MutableStack<T> |
ofAll(Iterable<? extends T> elements) |
<T> org.eclipse.collections.api.stack.MutableStack<T> |
ofAllReversed(Iterable<? extends T> items) |
<T> org.eclipse.collections.api.stack.MutableStack<T> |
ofReversed(T... elements) |
<T> org.eclipse.collections.api.stack.MutableStack<T> |
with() |
<T> org.eclipse.collections.api.stack.MutableStack<T> |
with(T... elements) |
<T> org.eclipse.collections.api.stack.MutableStack<T> |
withAll(Iterable<? extends T> elements) |
<T> org.eclipse.collections.api.stack.MutableStack<T> |
withAllReversed(Iterable<? extends T> items) |
<T> org.eclipse.collections.api.stack.MutableStack<T> |
withReversed(T... elements) |
public <T> org.eclipse.collections.api.stack.MutableStack<T> empty()
empty in interface org.eclipse.collections.api.factory.stack.MutableStackFactorypublic <T> org.eclipse.collections.api.stack.MutableStack<T> of()
of in interface org.eclipse.collections.api.factory.stack.MutableStackFactorypublic <T> org.eclipse.collections.api.stack.MutableStack<T> with()
with in interface org.eclipse.collections.api.factory.stack.MutableStackFactorypublic <T> org.eclipse.collections.api.stack.MutableStack<T> of(T... elements)
of in interface org.eclipse.collections.api.factory.stack.MutableStackFactorypublic <T> org.eclipse.collections.api.stack.MutableStack<T> with(T... elements)
with in interface org.eclipse.collections.api.factory.stack.MutableStackFactorypublic <T> org.eclipse.collections.api.stack.MutableStack<T> ofAll(Iterable<? extends T> elements)
ofAll in interface org.eclipse.collections.api.factory.stack.MutableStackFactorypublic <T> org.eclipse.collections.api.stack.MutableStack<T> withAll(Iterable<? extends T> elements)
withAll in interface org.eclipse.collections.api.factory.stack.MutableStackFactorypublic <T> org.eclipse.collections.api.stack.MutableStack<T> ofReversed(T... elements)
ofReversed in interface org.eclipse.collections.api.factory.stack.MutableStackFactorypublic <T> org.eclipse.collections.api.stack.MutableStack<T> withReversed(T... elements)
withReversed in interface org.eclipse.collections.api.factory.stack.MutableStackFactorypublic <T> org.eclipse.collections.api.stack.MutableStack<T> ofAllReversed(Iterable<? extends T> items)
ofAllReversed in interface org.eclipse.collections.api.factory.stack.MutableStackFactorypublic <T> org.eclipse.collections.api.stack.MutableStack<T> withAllReversed(Iterable<? extends T> items)
withAllReversed in interface org.eclipse.collections.api.factory.stack.MutableStackFactoryCopyright © 2004–2017. All rights reserved.