Uses of Interface
org.eclipse.collections.api.partition.stack.PartitionMutableStack
Packages that use PartitionMutableStack
Package
Description
This package contains interfaces for stack API.
This package contains implementations of the
PartitionStack interface.This package contains implementations of the
MutableStack interface.-
Uses of PartitionMutableStack in org.eclipse.collections.api.stack
Methods in org.eclipse.collections.api.stack that return PartitionMutableStackModifier and TypeMethodDescriptionMutableStack.partitionWhile(Predicate<? super T> predicate) <P> PartitionMutableStack<T> MutableStack.partitionWith(Predicate2<? super T, ? super P> predicate, P parameter) -
Uses of PartitionMutableStack in org.eclipse.collections.impl.partition.stack
Classes in org.eclipse.collections.impl.partition.stack that implement PartitionMutableStack -
Uses of PartitionMutableStack in org.eclipse.collections.impl.stack.mutable
Methods in org.eclipse.collections.impl.stack.mutable that return PartitionMutableStackModifier and TypeMethodDescriptionArrayStack.partitionWhile(Predicate<? super T> predicate) SynchronizedStack.partitionWhile(Predicate<? super T> predicate) UnmodifiableStack.partitionWhile(Predicate<? super T> predicate) <P> PartitionMutableStack<T> ArrayStack.partitionWith(Predicate2<? super T, ? super P> predicate, P parameter) <P> PartitionMutableStack<T> SynchronizedStack.partitionWith(Predicate2<? super T, ? super P> predicate, P parameter) <P> PartitionMutableStack<T> UnmodifiableStack.partitionWith(Predicate2<? super T, ? super P> predicate, P parameter)