Uses of Class
org.eclipse.collections.impl.partition.stack.PartitionArrayStack
-
Packages that use PartitionArrayStack Package Description org.eclipse.collections.impl.partition.stack This package contains implementations of thePartitionStackinterface. -
-
Uses of PartitionArrayStack in org.eclipse.collections.impl.partition.stack
Fields in org.eclipse.collections.impl.partition.stack declared as PartitionArrayStack Modifier and Type Field Description private PartitionArrayStack<T>PartitionArrayStack.PartitionPredicate2Procedure. partitionMutableStackprivate PartitionArrayStack<T>PartitionArrayStack.PartitionProcedure. partitionMutableStackConstructors in org.eclipse.collections.impl.partition.stack with parameters of type PartitionArrayStack Constructor Description PartitionImmutableStackImpl(PartitionArrayStack<T> partitionArrayStack)PartitionPredicate2Procedure(Predicate2<? super T,? super P> predicate, P parameter, PartitionArrayStack<T> partitionMutableStack)PartitionProcedure(Predicate<? super T> predicate, PartitionArrayStack<T> partitionMutableStack)
-