Uses of Interface
org.eclipse.collections.api.partition.stack.PartitionStack
-
Packages that use PartitionStack Package Description org.eclipse.collections.api.partition.stack This package contains interfaces forPartitionStack.org.eclipse.collections.api.stack This package contains interfaces for stack API. -
-
Uses of PartitionStack in org.eclipse.collections.api.partition.stack
Subinterfaces of PartitionStack in org.eclipse.collections.api.partition.stack Modifier and Type Interface Description interfacePartitionImmutableStack<T>A PartitionImmutableStack is the result of splitting an immutable stack into two immutable stacks based on a Predicate.interfacePartitionMutableStack<T>A 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 PartitionStack Modifier and Type Method Description PartitionStack<T>StackIterable. partition(Predicate<? super T> predicate)PartitionStack<T>StackIterable. partitionWhile(Predicate<? super T> predicate)<P> PartitionStack<T>StackIterable. partitionWith(Predicate2<? super T,? super P> predicate, P parameter)
-