Uses of Interface
org.eclipse.collections.api.partition.stack.PartitionMutableStack
-
Packages that use PartitionMutableStack Package Description org.eclipse.collections.api.stack 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 PartitionMutableStack Modifier and Type Method Description PartitionMutableStack<T>MutableStack. partition(Predicate<? super T> predicate)PartitionMutableStack<T>MutableStack. partitionWhile(Predicate<? super T> predicate)<P> PartitionMutableStack<T>MutableStack. partitionWith(Predicate2<? super T,? super P> predicate, P parameter)
-