Uses of Interface
org.eclipse.collections.api.stack.StackIterable
Packages that use StackIterable
Package
Description
This package contains interfaces for
PartitionStack
.This package contains interfaces for stack API.
This package contains mutable and immutable primitive stack API.
This package contains implementations of the
ImmutableStack
interface.This package contains implementations of the
MutableStack
interface.-
Uses of StackIterable in org.eclipse.collections.api.partition.stack
Methods in org.eclipse.collections.api.partition.stack that return StackIterable -
Uses of StackIterable in org.eclipse.collections.api.stack
Subinterfaces of StackIterable in org.eclipse.collections.api.stackMethods in org.eclipse.collections.api.stack that return StackIterableModifier and TypeMethodDescription<V> StackIterable
<V> <V> StackIterable
<V> <P,
V> StackIterable <V> StackIterable.collectWith
(Function2<? super T, ? super P, ? extends V> function, P parameter) default <V> StackIterable
<V> StackIterable.collectWithIndex
(ObjectIntToObjectFunction<? super T, ? extends V> function) StackIterable.distinct()
<V> StackIterable
<V> StackIterable.flatCollect
(Function<? super T, ? extends Iterable<V>> function) default <P,
V> StackIterable <V> StackIterable.flatCollectWith
(Function2<? super T, ? super P, ? extends Iterable<V>> function, P parameter) <P> StackIterable
<T> StackIterable.rejectWith
(Predicate2<? super T, ? super P> predicate, P parameter) <S> StackIterable
<S> StackIterable.selectInstancesOf
(Class<S> clazz) <P> StackIterable
<T> StackIterable.selectWith
(Predicate2<? super T, ? super P> predicate, P parameter) <S> StackIterable
<Pair<T, S>> StackIterable.zipWithIndex()
-
Uses of StackIterable in org.eclipse.collections.api.stack.primitive
Methods in org.eclipse.collections.api.stack.primitive that return StackIterableModifier and TypeMethodDescription<V> StackIterable
<V> BooleanStack.collect
(BooleanToObjectFunction<? extends V> function) <V> StackIterable
<V> ByteStack.collect
(ByteToObjectFunction<? extends V> function) <V> StackIterable
<V> CharStack.collect
(CharToObjectFunction<? extends V> function) <V> StackIterable
<V> DoubleStack.collect
(DoubleToObjectFunction<? extends V> function) <V> StackIterable
<V> FloatStack.collect
(FloatToObjectFunction<? extends V> function) <V> StackIterable
<V> IntStack.collect
(IntToObjectFunction<? extends V> function) <V> StackIterable
<V> LongStack.collect
(LongToObjectFunction<? extends V> function) <V> StackIterable
<V> ShortStack.collect
(ShortToObjectFunction<? extends V> function) default <V> StackIterable
<V> BooleanStack.collectWithIndex
(BooleanIntToObjectFunction<? extends V> function) Returns a new StackIterable using results obtained by applying the specified function to each element and its corresponding index.default <V> StackIterable
<V> ByteStack.collectWithIndex
(ByteIntToObjectFunction<? extends V> function) Returns a new StackIterable using results obtained by applying the specified function to each element and its corresponding index.default <V> StackIterable
<V> CharStack.collectWithIndex
(CharIntToObjectFunction<? extends V> function) Returns a new StackIterable using results obtained by applying the specified function to each element and its corresponding index.default <V> StackIterable
<V> DoubleStack.collectWithIndex
(DoubleIntToObjectFunction<? extends V> function) Returns a new StackIterable using results obtained by applying the specified function to each element and its corresponding index.default <V> StackIterable
<V> FloatStack.collectWithIndex
(FloatIntToObjectFunction<? extends V> function) Returns a new StackIterable using results obtained by applying the specified function to each element and its corresponding index.default <V> StackIterable
<V> IntStack.collectWithIndex
(IntIntToObjectFunction<? extends V> function) Returns a new StackIterable using results obtained by applying the specified function to each element and its corresponding index.default <V> StackIterable
<V> LongStack.collectWithIndex
(LongIntToObjectFunction<? extends V> function) Returns a new StackIterable using results obtained by applying the specified function to each element and its corresponding index.default <V> StackIterable
<V> ShortStack.collectWithIndex
(ShortIntToObjectFunction<? extends V> function) Returns a new StackIterable using results obtained by applying the specified function to each element and its corresponding index. -
Uses of StackIterable in org.eclipse.collections.impl.stack.immutable
Classes in org.eclipse.collections.impl.stack.immutable that implement StackIterableModifier and TypeClassDescription(package private) final class
Deprecated.(package private) final class
(package private) final class
Fields in org.eclipse.collections.impl.stack.immutable declared as StackIterableModifier and TypeFieldDescriptionprivate StackIterable
<T> ImmutableArrayStack.ImmutableStackSerializationProxy.stack
private StackIterable
<T> ImmutableStackSerializationProxy.stack
Constructors in org.eclipse.collections.impl.stack.immutable with parameters of type StackIterableModifierConstructorDescriptionprotected
protected
-
Uses of StackIterable in org.eclipse.collections.impl.stack.mutable
Classes in org.eclipse.collections.impl.stack.mutable that implement StackIterableModifier and TypeClassDescriptionclass
ArrayStack<T>
ArrayStack is a MutableStack which contains a FastList of data.final class
A synchronized view of aMutableStack
.final class
ImmutableNotEmptyStack
.