Uses of Interface
org.eclipse.collections.api.partition.stack.PartitionStack
Packages that use PartitionStack
Package
Description
This package contains interfaces for
PartitionStack.This package contains interfaces for stack API.
This package contains implementations of the
PartitionStack interface.-
Uses of PartitionStack in org.eclipse.collections.api.partition.stack
Subinterfaces of PartitionStack in org.eclipse.collections.api.partition.stackModifier and TypeInterfaceDescriptioninterfaceA PartitionImmutableStack is the result of splitting an immutable stack into two immutable stacks based on a Predicate.interfaceA PartitionMutableStack is the result of splitting a mutable stack into two mutable stacks on a Predicate. -
Uses of PartitionStack in org.eclipse.collections.api.stack
Methods in org.eclipse.collections.api.stack that return PartitionStackModifier and TypeMethodDescriptionStackIterable.partitionWhile(Predicate<? super T> predicate) <P> PartitionStack<T> StackIterable.partitionWith(Predicate2<? super T, ? super P> predicate, P parameter) -
Uses of PartitionStack in org.eclipse.collections.impl.partition.stack
Classes in org.eclipse.collections.impl.partition.stack that implement PartitionStackModifier and TypeClassDescriptionclassclass