Uses of Interface
org.eclipse.collections.api.partition.stack.PartitionMutableStack
Packages that use PartitionMutableStack
Package
Description
This package contains interfaces for stack API.
-
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)