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

Packages that use PartitionIterable 
Package Description
org.eclipse.collections.api
This package contains interfaces for Eclipse Collections API.
org.eclipse.collections.api.partition
This package contains interfaces for PartitionIterable.
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.ordered  
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.api.partition.stack
This package contains interfaces for PartitionStack.
org.eclipse.collections.impl
This package contains implementations for Eclipse Collections API.
org.eclipse.collections.impl.collection  
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.partition.stack
This package contains implementations of the PartitionStack interface.
org.eclipse.collections.impl.utility
This package contains static utilities that provide iteration pattern implementations which work with JCF collections.