Uses of Class
org.eclipse.collections.impl.stack.immutable.ImmutableArrayStack
-
Packages that use ImmutableArrayStack Package Description org.eclipse.collections.impl.stack.immutable This package contains implementations of theImmutableStack
interface. -
-
Uses of ImmutableArrayStack in org.eclipse.collections.impl.stack.immutable
Methods in org.eclipse.collections.impl.stack.immutable that return ImmutableArrayStack Modifier and Type Method Description static <E> ImmutableArrayStack<E>
ImmutableArrayStack. newStack(java.lang.Iterable<? extends E> iterable)
Deprecated.static <T> ImmutableArrayStack<T>
ImmutableArrayStack. newStackFromTopToBottom(java.lang.Iterable<? extends T> items)
Deprecated.static <T> ImmutableArrayStack<T>
ImmutableArrayStack. newStackFromTopToBottom(T... items)
Deprecated.static <E> ImmutableArrayStack<E>
ImmutableArrayStack. newStackWith(E... elements)
Deprecated.
-