Uses of Interface
org.eclipse.collections.api.collection.ImmutableCollection

Packages that use ImmutableCollection 
Package Description
org.eclipse.collections.api.bag
This package contains interfaces for Bag API.
org.eclipse.collections.api.bag.sorted
This package contains interfaces for SortedBag API.
org.eclipse.collections.api.collection
org.eclipse.collections.api.collection.primitive
This package contains mutable and immutable primitive collection API.
org.eclipse.collections.api.list
This package contains interfaces for list API which enhance the performance and functionality of List.
org.eclipse.collections.api.map
This package contains interfaces for map API which enhance the performance and functionality of Map
org.eclipse.collections.api.map.primitive
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
org.eclipse.collections.api.multimap
This package contains interfaces for Multimap.
org.eclipse.collections.api.partition
This package contains interfaces for PartitionIterable.
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.sorted
This package contains interfaces for sorted set API.
org.eclipse.collections.impl.bag.immutable
This package contains implementations of the ImmutableBag interface.
org.eclipse.collections.impl.collection.immutable
This package contains implementations of the ImmutableCollection interface.
org.eclipse.collections.impl.collection.mutable
This package contains implementations of the MutableCollection interface.
org.eclipse.collections.impl.multimap
This package contains implementations of the Multimap interface.
org.eclipse.collections.impl.set.immutable
This package package contains the implementations of ImmutableSet.
org.eclipse.collections.impl.test
This package contains SerializeTestHelper and Verify classes.