Uses of Interface
org.eclipse.collections.api.partition.stack.PartitionImmutableStack
Packages that use PartitionImmutableStack
Package
Description
This package contains interfaces for
PartitionStack
.This package contains interfaces for stack API.
This package contains implementations of the
PartitionStack
interface.This package contains implementations of the
ImmutableStack
interface.-
Uses of PartitionImmutableStack in org.eclipse.collections.api.partition.stack
Methods in org.eclipse.collections.api.partition.stack that return PartitionImmutableStack -
Uses of PartitionImmutableStack in org.eclipse.collections.api.stack
Methods in org.eclipse.collections.api.stack that return PartitionImmutableStackModifier and TypeMethodDescriptionImmutableStack.partitionWhile
(Predicate<? super T> predicate) <P> PartitionImmutableStack
<T> ImmutableStack.partitionWith
(Predicate2<? super T, ? super P> predicate, P parameter) -
Uses of PartitionImmutableStack in org.eclipse.collections.impl.partition.stack
Classes in org.eclipse.collections.impl.partition.stack that implement PartitionImmutableStackMethods in org.eclipse.collections.impl.partition.stack that return PartitionImmutableStack -
Uses of PartitionImmutableStack in org.eclipse.collections.impl.stack.immutable
Methods in org.eclipse.collections.impl.stack.immutable that return PartitionImmutableStackModifier and TypeMethodDescriptionDeprecated.ImmutableArrayStack.partitionWhile
(Predicate<? super T> predicate) Deprecated.ImmutableEmptyStack.partitionWhile
(Predicate<? super T> predicate) ImmutableNotEmptyStack.partitionWhile
(Predicate<? super T> predicate) <P> PartitionImmutableStack
<T> ImmutableArrayStack.partitionWith
(Predicate2<? super T, ? super P> predicate, P parameter) Deprecated.<P> PartitionImmutableStack
<T> ImmutableEmptyStack.partitionWith
(Predicate2<? super T, ? super P> predicate, P parameter) <P> PartitionImmutableStack
<T> ImmutableNotEmptyStack.partitionWith
(Predicate2<? super T, ? super P> predicate, P parameter)