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

Packages that use MutableListMultimap 
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.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.collector  
org.eclipse.collections.impl.factory
This package contains static utilities for creating mutable and immutable collection factories.
org.eclipse.collections.impl.list.mutable
This package contains implementations of the MutableList interface.
org.eclipse.collections.impl.map.ordered.mutable  
org.eclipse.collections.impl.map.sorted.mutable
This package contains implementations of the MutableSortedMap interface.
org.eclipse.collections.impl.multimap.bag.sorted.mutable  
org.eclipse.collections.impl.multimap.list
This package contains implementations of the ListMultimap interface.
org.eclipse.collections.impl.multimap.set.sorted
This package contains implementations of the SortedSetMultimap interface.
org.eclipse.collections.impl.stack.mutable
This package contains implementations of the MutableStack interface.