Uses of Interface
org.eclipse.collections.api.multimap.Multimap

Packages that use Multimap
Package
Description
This package contains interfaces for Eclipse Collections API.
This package contains interfaces for map API which enhance the performance and functionality of Map
This package contains interfaces for Multimap.
This package contains interfaces for BagMultimap.
This package contains interfaces for ListMultimap.
 
This package contains interfaces for SetMultimap.
This package contains interfaces for SortedBagMultimap.
This package contains interfaces for SortedSetMultimap.
This package contains implementations for Eclipse Collections API.
This package contains factory implementations for Function, Predicate, SerializableComparator and Procedure.
 
This package contains static utilities for creating mutable and immutable collection factories.
This package contains implementations of the LazyIterable interface.
 
This package contains implementations of the Multimap interface.
This package contains implementations of the BagMultimap interface.
 
 
 
 
This package contains implementations of the ListMultimap interface.
This package contains implementations of the SetMultimap interface.
This package contains implementations of the SortedSetMultimap interface.
This package contains implementations of the SetMultimap interface which use a set with user-defined HashingStrategy as their underlying store for the multiple values of a given key.
This package contains SerializeTestHelper and Verify classes.