Uses of Interface
org.eclipse.collections.api.list.ImmutableList

Packages that use ImmutableList 
Package Description
org.eclipse.collections.api.bag
This package contains interfaces for Bag API.
org.eclipse.collections.api.bag.primitive
This package contains API for Primitive Bags with Mutable and Immutable variants.
org.eclipse.collections.api.bag.sorted
This package contains interfaces for SortedBag API.
org.eclipse.collections.api.factory.list
This package contains factory API for creating instances of type ListIterable.
org.eclipse.collections.api.list
This package contains interfaces for list API which enhance the performance and functionality of List.
org.eclipse.collections.api.list.primitive
This package contains mutable and immutable primitive list API.
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.sorted
This package contains mutable and immutable sorted map interfaces.
org.eclipse.collections.api.multimap.list
This package contains interfaces for ListMultimap.
org.eclipse.collections.api.partition.list
This package contains interfaces for PartitionList.
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.collector  
org.eclipse.collections.impl.factory
This package contains static utilities for creating mutable and immutable collection factories.
org.eclipse.collections.impl.list.immutable
This package contains implementations of the ImmutableList interface.
org.eclipse.collections.impl.list.mutable
This package contains implementations of the MutableList interface.
org.eclipse.collections.impl.list.primitive
This package contains implementations of the primitive list interfaces.
org.eclipse.collections.impl.map.sorted.immutable
This package contains implementations of the MutableSortedMap interface.
org.eclipse.collections.impl.multimap.list
This package contains implementations of the ListMultimap interface.
org.eclipse.collections.impl.partition.list
This package contains implementations of the PartitionList interface.
org.eclipse.collections.impl.string.immutable