Uses of Interface
org.eclipse.collections.api.set.SetIterable

Packages that use SetIterable 
Package Description
org.eclipse.collections.api.bag
This package contains interfaces for Bag API.
org.eclipse.collections.api.bimap
This package contains interfaces for BiMap API.
org.eclipse.collections.api.multimap
This package contains interfaces for Multimap.
org.eclipse.collections.api.multimap.set
This package contains interfaces for SetMultimap.
org.eclipse.collections.api.partition.set
This package contains interfaces for PartitionSet.
org.eclipse.collections.api.set
This package contains interfaces for set API which enhance the performance and functionality of Set.
org.eclipse.collections.api.set.primitive
This package contains API for mutable and immutable primitive sets.
org.eclipse.collections.api.set.sorted
This package contains interfaces for sorted set API.
org.eclipse.collections.impl.multimap
This package contains implementations of the Multimap interface.
org.eclipse.collections.impl.set  
org.eclipse.collections.impl.set.immutable
This package package contains the implementations of ImmutableSet.
org.eclipse.collections.impl.set.mutable
This package package contains implementations of MutableSet.
org.eclipse.collections.impl.set.sorted.mutable
This package contains implementations of MutableSortedSet.
org.eclipse.collections.impl.set.strategy.mutable
This package contains implementations of sets with user defined HashingStrategys.
org.eclipse.collections.impl.utility.internal
This package contains static utilities that provide internal iteration pattern implementations which work with JCF collections.