Uses of Package
org.eclipse.collections.api.multimap
-
Packages that use org.eclipse.collections.api.multimap Package Description org.eclipse.collections.api This package contains interfaces for Eclipse Collections API.org.eclipse.collections.api.collection org.eclipse.collections.api.map This package contains interfaces for map API which enhance the performance and functionality ofMaporg.eclipse.collections.api.multimap This package contains interfaces forMultimap.org.eclipse.collections.api.multimap.bag This package contains interfaces forBagMultimap.org.eclipse.collections.api.multimap.list This package contains interfaces forListMultimap.org.eclipse.collections.api.multimap.ordered org.eclipse.collections.api.multimap.set This package contains interfaces forSetMultimap.org.eclipse.collections.api.multimap.sortedbag This package contains interfaces forSortedBagMultimap.org.eclipse.collections.api.multimap.sortedset This package contains interfaces forSortedSetMultimap.org.eclipse.collections.impl This package contains implementations for Eclipse Collections API.org.eclipse.collections.impl.bag org.eclipse.collections.impl.bag.immutable This package contains implementations of theImmutableBaginterface.org.eclipse.collections.impl.bimap org.eclipse.collections.impl.bimap.mutable This package contains implementations of theMutableBiMapinterface.org.eclipse.collections.impl.block.factory This package contains factory implementations forFunction,Predicate,SerializableComparatorandProcedure.org.eclipse.collections.impl.block.procedure This package contains implementations ofProcedureandProcedure2.org.eclipse.collections.impl.collection org.eclipse.collections.impl.collection.mutable This package contains implementations of theMutableCollectioninterface.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.forkjoin This package contains implementations which has several parallel algorithms that work with Collections and make use of Java's fork-join framework.org.eclipse.collections.impl.lazy This package contains implementations of theLazyIterableinterface.org.eclipse.collections.impl.lazy.parallel org.eclipse.collections.impl.list.immutable This package contains implementations of theImmutableListinterface.org.eclipse.collections.impl.list.mutable This package contains implementations of theMutableListinterface.org.eclipse.collections.impl.map This package contains implementations of theMapIterableinterface.org.eclipse.collections.impl.map.immutable.primitive This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.org.eclipse.collections.impl.map.mutable This package contains implementations of theMutableMapinterface.org.eclipse.collections.impl.map.mutable.primitive This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.org.eclipse.collections.impl.map.ordered.mutable org.eclipse.collections.impl.map.sorted.mutable This package contains implementations of theMutableSortedMapinterface.org.eclipse.collections.impl.multimap This package contains implementations of theMultimapinterface.org.eclipse.collections.impl.multimap.bag This package contains implementations of theBagMultimapinterface.org.eclipse.collections.impl.multimap.bag.sorted org.eclipse.collections.impl.multimap.bag.sorted.immutable org.eclipse.collections.impl.multimap.bag.sorted.mutable org.eclipse.collections.impl.multimap.bag.strategy org.eclipse.collections.impl.multimap.list This package contains implementations of theListMultimapinterface.org.eclipse.collections.impl.multimap.set This package contains implementations of theSetMultimapinterface.org.eclipse.collections.impl.multimap.set.sorted This package contains implementations of theSortedSetMultimapinterface.org.eclipse.collections.impl.multimap.set.strategy This package contains implementations of theSetMultimapinterface which use a set with user-definedHashingStrategyas their underlying store for the multiple values of a given key.org.eclipse.collections.impl.parallel This package contains classes which is used for parallel iteration through the containers.org.eclipse.collections.impl.set.immutable This package contains the implementations ofImmutableSet.org.eclipse.collections.impl.stack.immutable This package contains implementations of theImmutableStackinterface.org.eclipse.collections.impl.stack.mutable This package contains implementations of theMutableStackinterface.org.eclipse.collections.impl.test This package containsSerializeTestHelperandVerifyclasses.org.eclipse.collections.impl.utility This package contains static utilities that provide iteration pattern implementations which work with JCF collections.org.eclipse.collections.impl.utility.internal This package contains static utilities that provide internal iteration pattern implementations which work with JCF collections. -
Classes in org.eclipse.collections.api.multimap used by org.eclipse.collections.api Class Description Multimap This collection is a type ofMapthat can associate multiple values for keys.MutableMultimap -
Classes in org.eclipse.collections.api.multimap used by org.eclipse.collections.api.collection Class Description ImmutableMultimap MutableMultimap -
Classes in org.eclipse.collections.api.multimap used by org.eclipse.collections.api.map Class Description ImmutableMultimap Multimap This collection is a type ofMapthat can associate multiple values for keys.MutableMultimap -
Classes in org.eclipse.collections.api.multimap used by org.eclipse.collections.api.multimap Class Description ImmutableMultimap Multimap This collection is a type ofMapthat can associate multiple values for keys.MutableMultimap -
Classes in org.eclipse.collections.api.multimap used by org.eclipse.collections.api.multimap.bag Class Description ImmutableMultimap Multimap This collection is a type ofMapthat can associate multiple values for keys.MutableMultimap -
Classes in org.eclipse.collections.api.multimap used by org.eclipse.collections.api.multimap.list Class Description ImmutableMultimap Multimap This collection is a type ofMapthat can associate multiple values for keys.MutableMultimap -
Classes in org.eclipse.collections.api.multimap used by org.eclipse.collections.api.multimap.ordered Class Description Multimap This collection is a type ofMapthat can associate multiple values for keys. -
Classes in org.eclipse.collections.api.multimap used by org.eclipse.collections.api.multimap.set Class Description ImmutableMultimap Multimap This collection is a type ofMapthat can associate multiple values for keys.MutableMultimap -
Classes in org.eclipse.collections.api.multimap used by org.eclipse.collections.api.multimap.sortedbag Class Description ImmutableMultimap Multimap This collection is a type ofMapthat can associate multiple values for keys.MutableMultimap -
Classes in org.eclipse.collections.api.multimap used by org.eclipse.collections.api.multimap.sortedset Class Description ImmutableMultimap Multimap This collection is a type ofMapthat can associate multiple values for keys.MutableMultimap -
Classes in org.eclipse.collections.api.multimap used by org.eclipse.collections.impl Class Description Multimap This collection is a type ofMapthat can associate multiple values for keys.MutableMultimap -
Classes in org.eclipse.collections.api.multimap used by org.eclipse.collections.impl.bag Class Description MutableMultimap -
Classes in org.eclipse.collections.api.multimap used by org.eclipse.collections.impl.bag.immutable Class Description MutableMultimap -
Classes in org.eclipse.collections.api.multimap used by org.eclipse.collections.impl.bimap Class Description MutableMultimap -
Classes in org.eclipse.collections.api.multimap used by org.eclipse.collections.impl.bimap.mutable Class Description MutableMultimap -
Classes in org.eclipse.collections.api.multimap used by org.eclipse.collections.impl.block.factory Class Description Multimap This collection is a type ofMapthat can associate multiple values for keys. -
Classes in org.eclipse.collections.api.multimap used by org.eclipse.collections.impl.block.procedure Class Description MutableMultimap -
Classes in org.eclipse.collections.api.multimap used by org.eclipse.collections.impl.collection Class Description Multimap This collection is a type ofMapthat can associate multiple values for keys.MutableMultimap -
Classes in org.eclipse.collections.api.multimap used by org.eclipse.collections.impl.collection.mutable Class Description MutableMultimap -
Classes in org.eclipse.collections.api.multimap used by org.eclipse.collections.impl.collector Class Description ImmutableMultimap MutableMultimap -
Classes in org.eclipse.collections.api.multimap used by org.eclipse.collections.impl.factory Class Description Multimap This collection is a type ofMapthat can associate multiple values for keys. -
Classes in org.eclipse.collections.api.multimap used by org.eclipse.collections.impl.forkjoin Class Description MutableMultimap -
Classes in org.eclipse.collections.api.multimap used by org.eclipse.collections.impl.lazy Class Description Multimap This collection is a type ofMapthat can associate multiple values for keys. -
Classes in org.eclipse.collections.api.multimap used by org.eclipse.collections.impl.lazy.parallel Class Description Multimap This collection is a type ofMapthat can associate multiple values for keys. -
Classes in org.eclipse.collections.api.multimap used by org.eclipse.collections.impl.list.immutable Class Description MutableMultimap -
Classes in org.eclipse.collections.api.multimap used by org.eclipse.collections.impl.list.mutable Class Description MutableMultimap -
Classes in org.eclipse.collections.api.multimap used by org.eclipse.collections.impl.map Class Description MutableMultimap -
Classes in org.eclipse.collections.api.multimap used by org.eclipse.collections.impl.map.immutable.primitive Class Description MutableMultimap -
Classes in org.eclipse.collections.api.multimap used by org.eclipse.collections.impl.map.mutable Class Description MutableMultimap -
Classes in org.eclipse.collections.api.multimap used by org.eclipse.collections.impl.map.mutable.primitive Class Description MutableMultimap -
Classes in org.eclipse.collections.api.multimap used by org.eclipse.collections.impl.map.ordered.mutable Class Description MutableMultimap -
Classes in org.eclipse.collections.api.multimap used by org.eclipse.collections.impl.map.sorted.mutable Class Description MutableMultimap -
Classes in org.eclipse.collections.api.multimap used by org.eclipse.collections.impl.multimap Class Description ImmutableMultimap Multimap This collection is a type ofMapthat can associate multiple values for keys.MutableMultimap -
Classes in org.eclipse.collections.api.multimap used by org.eclipse.collections.impl.multimap.bag Class Description ImmutableMultimap Multimap This collection is a type ofMapthat can associate multiple values for keys.MutableMultimap -
Classes in org.eclipse.collections.api.multimap used by org.eclipse.collections.impl.multimap.bag.sorted Class Description Multimap This collection is a type ofMapthat can associate multiple values for keys.MutableMultimap -
Classes in org.eclipse.collections.api.multimap used by org.eclipse.collections.impl.multimap.bag.sorted.immutable Class Description ImmutableMultimap Multimap This collection is a type ofMapthat can associate multiple values for keys. -
Classes in org.eclipse.collections.api.multimap used by org.eclipse.collections.impl.multimap.bag.sorted.mutable Class Description Multimap This collection is a type ofMapthat can associate multiple values for keys.MutableMultimap -
Classes in org.eclipse.collections.api.multimap used by org.eclipse.collections.impl.multimap.bag.strategy Class Description Multimap This collection is a type ofMapthat can associate multiple values for keys.MutableMultimap -
Classes in org.eclipse.collections.api.multimap used by org.eclipse.collections.impl.multimap.list Class Description ImmutableMultimap Multimap This collection is a type ofMapthat can associate multiple values for keys.MutableMultimap -
Classes in org.eclipse.collections.api.multimap used by org.eclipse.collections.impl.multimap.set Class Description ImmutableMultimap Multimap This collection is a type ofMapthat can associate multiple values for keys.MutableMultimap -
Classes in org.eclipse.collections.api.multimap used by org.eclipse.collections.impl.multimap.set.sorted Class Description ImmutableMultimap Multimap This collection is a type ofMapthat can associate multiple values for keys.MutableMultimap -
Classes in org.eclipse.collections.api.multimap used by org.eclipse.collections.impl.multimap.set.strategy Class Description Multimap This collection is a type ofMapthat can associate multiple values for keys.MutableMultimap -
Classes in org.eclipse.collections.api.multimap used by org.eclipse.collections.impl.parallel Class Description MutableMultimap -
Classes in org.eclipse.collections.api.multimap used by org.eclipse.collections.impl.set.immutable Class Description MutableMultimap -
Classes in org.eclipse.collections.api.multimap used by org.eclipse.collections.impl.stack.immutable Class Description MutableMultimap -
Classes in org.eclipse.collections.api.multimap used by org.eclipse.collections.impl.stack.mutable Class Description MutableMultimap -
Classes in org.eclipse.collections.api.multimap used by org.eclipse.collections.impl.test Class Description Multimap This collection is a type ofMapthat can associate multiple values for keys. -
Classes in org.eclipse.collections.api.multimap used by org.eclipse.collections.impl.utility Class Description MutableMultimap -
Classes in org.eclipse.collections.api.multimap used by org.eclipse.collections.impl.utility.internal Class Description ImmutableMultimap MutableMultimap