Uses of Interface
org.eclipse.collections.api.partition.stack.PartitionImmutableStack
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 PartitionImmutableStack in org.eclipse.collections.api.partition.stack
-
Uses of PartitionImmutableStack in org.eclipse.collections.api.stack
Modifier 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