Uses of Interface
org.eclipse.collections.api.multimap.list.ListMultimap

Packages that use ListMultimap 
Package Description
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.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.multimap.ordered  
org.eclipse.collections.api.multimap.sortedbag
This package contains interfaces for SortedBagMultimap.
org.eclipse.collections.api.multimap.sortedset
This package contains interfaces for SortedSetMultimap.
org.eclipse.collections.api.stack
This package contains interfaces for stack API.
org.eclipse.collections.impl.lazy.parallel.list  
org.eclipse.collections.impl.multimap.list
This package contains implementations of the ListMultimap interface.
org.eclipse.collections.impl.test
This package contains SerializeTestHelper and Verify classes.
org.eclipse.collections.impl.utility
This package contains static utilities that provide iteration pattern implementations which work with JCF collections.