Uses of Interface
org.eclipse.collections.api.partition.PartitionMutableCollection

Packages that use PartitionMutableCollection 
Package Description
org.eclipse.collections.api.collection
org.eclipse.collections.api.map
This package contains interfaces for map API which enhance the performance and functionality of Map
org.eclipse.collections.api.partition.bag
This package contains interfaces for PartitionBag.
org.eclipse.collections.api.partition.bag.sorted
This package contains interfaces for PartitionSortedBag.
org.eclipse.collections.api.partition.list
This package contains interfaces for PartitionList.
org.eclipse.collections.api.partition.set
This package contains interfaces for PartitionSet.
org.eclipse.collections.api.partition.set.sorted
This package contains interfaces for PartitionSortedSet.
org.eclipse.collections.impl.block.procedure
This package contains implementations of Procedure and Procedure2.
org.eclipse.collections.impl.collection.mutable
This package contains implementations of the MutableCollection interface.
org.eclipse.collections.impl.collector  
org.eclipse.collections.impl.map
This package contains implementations of the MapIterable interface.
org.eclipse.collections.impl.partition.bag
This package contains implementations of the PartitionBag interface.
org.eclipse.collections.impl.partition.bag.sorted
This package contains implementations of the PartitionSortedBag interface.
org.eclipse.collections.impl.partition.list
This package contains implementations of the PartitionList interface.
org.eclipse.collections.impl.partition.set
This package contains implementations of the PartitionSet interface.
org.eclipse.collections.impl.partition.set.sorted
This package contains implementations of the PartitionSet interface.
org.eclipse.collections.impl.partition.set.strategy
This package contains implementations of the PartitionMutableSet interface.
org.eclipse.collections.impl.utility.internal
This package contains static utilities that provide internal iteration pattern implementations which work with JCF collections.