Uses of Class
org.eclipse.collections.impl.stack.immutable.ImmutableArrayStack
Packages that use ImmutableArrayStack
-
Uses of ImmutableArrayStack in org.eclipse.collections.impl.stack.immutable
Methods in org.eclipse.collections.impl.stack.immutable that return ImmutableArrayStackModifier and TypeMethodDescriptionstatic <E> ImmutableArrayStack
<E> Deprecated.static <T> ImmutableArrayStack
<T> ImmutableArrayStack.newStackFromTopToBottom
(Iterable<? extends T> items) Deprecated.static <T> ImmutableArrayStack
<T> ImmutableArrayStack.newStackFromTopToBottom
(T... items) Deprecated.static <E> ImmutableArrayStack
<E> ImmutableArrayStack.newStackWith
(E... elements) Deprecated.