Uses of Class
org.eclipse.collections.impl.stack.mutable.ArrayStack
Packages that use ArrayStack
-
Uses of ArrayStack in org.eclipse.collections.impl.stack.mutable
Methods in org.eclipse.collections.impl.stack.mutable that return ArrayStackModifier and TypeMethodDescription<V> ArrayStack<V> <V> ArrayStack<V> <P,V> ArrayStack <V> ArrayStack.collectWith(Function2<? super T, ? super P, ? extends V> function, P parameter) <V> ArrayStack<V> ArrayStack.flatCollect(Function<? super T, ? extends Iterable<V>> function) static <T> ArrayStack<T> ArrayStack.newStack()static <T> ArrayStack<T> static <T> ArrayStack<T> ArrayStack.newStackFromTopToBottom(Iterable<? extends T> items) static <T> ArrayStack<T> ArrayStack.newStackFromTopToBottom(T... items) static <T> ArrayStack<T> ArrayStack.newStackWith(T... items) <P> ArrayStack<T> ArrayStack.rejectWith(Predicate2<? super T, ? super P> predicate, P parameter) <S> ArrayStack<S> ArrayStack.selectInstancesOf(Class<S> clazz) <P> ArrayStack<T> ArrayStack.selectWith(Predicate2<? super T, ? super P> predicate, P parameter) <S> ArrayStack<Pair<T, S>> ArrayStack.zipWithIndex()