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 ofList
.org.eclipse.collections.api.map This package contains interfaces for map API which enhance the performance and functionality ofMap
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 forListMultimap
.org.eclipse.collections.api.multimap.ordered 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.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 theListMultimap
interface.org.eclipse.collections.impl.test This package containsSerializeTestHelper
andVerify
classes.org.eclipse.collections.impl.utility This package contains static utilities that provide iteration pattern implementations which work with JCF collections. -
-
Uses of ListMultimap in org.eclipse.collections.api.list
Methods in org.eclipse.collections.api.list that return ListMultimap Modifier and Type Method Description <V> ListMultimap<V,T>
ListIterable. groupBy(Function<? super T,? extends V> function)
<V> ListMultimap<V,T>
ParallelListIterable. groupBy(Function<? super T,? extends V> function)
<V> ListMultimap<V,T>
ListIterable. groupByEach(Function<? super T,? extends java.lang.Iterable<V>> function)
<V> ListMultimap<V,T>
ParallelListIterable. groupByEach(Function<? super T,? extends java.lang.Iterable<V>> function)
-
Uses of ListMultimap in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map that return ListMultimap Modifier and Type Method Description ListMultimap<V,K>
OrderedMap. flip()
<V1> ListMultimap<V1,V>
OrderedMap. groupBy(Function<? super V,? extends V1> function)
<V1> ListMultimap<V1,V>
OrderedMap. groupByEach(Function<? super V,? extends java.lang.Iterable<V1>> function)
-
Uses of ListMultimap in org.eclipse.collections.api.map.sorted
Methods in org.eclipse.collections.api.map.sorted that return ListMultimap Modifier and Type Method Description <VV> ListMultimap<VV,V>
SortedMapIterable. groupBy(Function<? super V,? extends VV> function)
<VV> ListMultimap<VV,V>
SortedMapIterable. groupByEach(Function<? super V,? extends java.lang.Iterable<VV>> function)
-
Uses of ListMultimap in org.eclipse.collections.api.multimap.list
Subinterfaces of ListMultimap in org.eclipse.collections.api.multimap.list Modifier and Type Interface Description interface
ImmutableListMultimap<K,V>
interface
MutableListMultimap<K,V>
Methods in org.eclipse.collections.api.multimap.list that return ListMultimap Modifier and Type Method Description <V2> ListMultimap<K,V2>
ListMultimap. collectValues(Function<? super V,? extends V2> function)
ListMultimap<K,V>
ListMultimap. newEmpty()
ListMultimap<K,V>
ListMultimap. rejectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
ListMultimap<K,V>
ListMultimap. rejectKeysValues(Predicate2<? super K,? super V> predicate)
ListMultimap<K,V>
ListMultimap. selectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
ListMultimap<K,V>
ListMultimap. selectKeysValues(Predicate2<? super K,? super V> predicate)
-
Uses of ListMultimap in org.eclipse.collections.api.multimap.ordered
Methods in org.eclipse.collections.api.multimap.ordered that return ListMultimap Modifier and Type Method Description <V2> ListMultimap<K,V2>
SortedIterableMultimap. collectValues(Function<? super V,? extends V2> function)
-
Uses of ListMultimap in org.eclipse.collections.api.multimap.sortedbag
Methods in org.eclipse.collections.api.multimap.sortedbag that return ListMultimap Modifier and Type Method Description <V2> ListMultimap<K,V2>
SortedBagMultimap. collectValues(Function<? super V,? extends V2> function)
-
Uses of ListMultimap in org.eclipse.collections.api.multimap.sortedset
Methods in org.eclipse.collections.api.multimap.sortedset that return ListMultimap Modifier and Type Method Description <V2> ListMultimap<K,V2>
SortedSetMultimap. collectValues(Function<? super V,? extends V2> function)
-
Uses of ListMultimap in org.eclipse.collections.api.stack
Methods in org.eclipse.collections.api.stack that return ListMultimap Modifier and Type Method Description <V> ListMultimap<V,T>
StackIterable. groupBy(Function<? super T,? extends V> function)
<V> ListMultimap<V,T>
StackIterable. groupByEach(Function<? super T,? extends java.lang.Iterable<V>> function)
-
Uses of ListMultimap in org.eclipse.collections.impl.lazy.parallel.list
Methods in org.eclipse.collections.impl.lazy.parallel.list that return ListMultimap Modifier and Type Method Description <V> ListMultimap<V,T>
AbstractParallelListIterable. groupBy(Function<? super T,? extends V> function)
<V> ListMultimap<V,T>
ListIterableParallelIterable. groupBy(Function<? super T,? extends V> function)
<V> ListMultimap<V,T>
MultiReaderParallelListIterable. groupBy(Function<? super T,? extends V> function)
<V> ListMultimap<V,T>
NonParallelListIterable. groupBy(Function<? super T,? extends V> function)
<V> ListMultimap<V,T>
SynchronizedParallelListIterable. groupBy(Function<? super T,? extends V> function)
<V> ListMultimap<V,T>
AbstractParallelListIterable. groupByEach(Function<? super T,? extends java.lang.Iterable<V>> function)
<V> ListMultimap<V,T>
ListIterableParallelIterable. groupByEach(Function<? super T,? extends java.lang.Iterable<V>> function)
<V> ListMultimap<V,T>
MultiReaderParallelListIterable. groupByEach(Function<? super T,? extends java.lang.Iterable<V>> function)
<V> ListMultimap<V,T>
NonParallelListIterable. groupByEach(Function<? super T,? extends java.lang.Iterable<V>> function)
<V> ListMultimap<V,T>
SynchronizedParallelListIterable. groupByEach(Function<? super T,? extends java.lang.Iterable<V>> function)
-
Uses of ListMultimap in org.eclipse.collections.impl.multimap.list
Classes in org.eclipse.collections.impl.multimap.list that implement ListMultimap Modifier and Type Class Description class
AbstractMutableListMultimap<K,V>
class
FastListMultimap<K,V>
class
ImmutableListMultimapImpl<K,V>
The default ImmutableListMultimap implementation.class
MultiReaderFastListMultimap<K,V>
class
SynchronizedListMultimap<K,V>
class
SynchronizedPutFastListMultimap<K,V>
A Multimap that is optimized for parallel writes, but is not protected for concurrent reads. -
Uses of ListMultimap in org.eclipse.collections.impl.test
Methods in org.eclipse.collections.impl.test with parameters of type ListMultimap Modifier and Type Method Description static <K,V>
voidVerify. assertListMultimapsEqual(java.lang.String multimapName, ListMultimap<K,V> expectedListMultimap, ListMultimap<K,V> actualListMultimap)
static <K,V>
voidVerify. assertListMultimapsEqual(ListMultimap<K,V> expectedListMultimap, ListMultimap<K,V> actualListMultimap)
-
Uses of ListMultimap in org.eclipse.collections.impl.utility
Methods in org.eclipse.collections.impl.utility with parameters of type ListMultimap Modifier and Type Method Description static <K,V>
HashBagMultimap<V,K>Iterate. flip(ListMultimap<K,V> listMultimap)
Flip the keys and values of the multimap.
-