Uses of Interface
org.eclipse.collections.api.multimap.list.ListMultimap
Packages that use ListMultimap
Package
Description
This package contains interfaces for list API which enhance the performance and functionality of
List.This package contains interfaces for map API which enhance the performance and functionality of
MapThis package contains mutable and immutable sorted map interfaces.
This package contains interfaces for
ListMultimap.This package contains interfaces for
SortedBagMultimap.This package contains interfaces for
SortedSetMultimap.This package contains interfaces for stack API.
-
Uses of ListMultimap in org.eclipse.collections.api.list
Methods in org.eclipse.collections.api.list that return ListMultimapModifier and TypeMethodDescription<V> ListMultimap<V,T> <V> ListMultimap<V,T> <V> ListMultimap<V,T> ListIterable.groupByEach(Function<? super T, ? extends Iterable<V>> function) <V> ListMultimap<V,T> ParallelListIterable.groupByEach(Function<? super T, ? extends Iterable<V>> function) -
Uses of ListMultimap in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map that return ListMultimapModifier and TypeMethodDescriptionOrderedMap.flip()<V1> ListMultimap<V1,V> <V1> ListMultimap<V1,V> OrderedMap.groupByEach(Function<? super V, ? extends Iterable<V1>> function) -
Uses of ListMultimap in org.eclipse.collections.api.map.sorted
Methods in org.eclipse.collections.api.map.sorted that return ListMultimapModifier and TypeMethodDescription<VV> ListMultimap<VV,V> <VV> ListMultimap<VV,V> SortedMapIterable.groupByEach(Function<? super V, ? extends Iterable<VV>> function) -
Uses of ListMultimap in org.eclipse.collections.api.multimap.list
Subinterfaces of ListMultimap in org.eclipse.collections.api.multimap.listMethods in org.eclipse.collections.api.multimap.list that return ListMultimapModifier and TypeMethodDescription<V2> ListMultimap<K,V2> ListMultimap.collectValues(Function<? super V, ? extends V2> function) ListMultimap.newEmpty()ListMultimap.rejectKeysMultiValues(Predicate2<? super K, ? super RichIterable<V>> predicate) ListMultimap.rejectKeysValues(Predicate2<? super K, ? super V> predicate) ListMultimap.selectKeysMultiValues(Predicate2<? super K, ? super RichIterable<V>> predicate) 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 ListMultimapModifier and TypeMethodDescription<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 ListMultimapModifier and TypeMethodDescription<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 ListMultimapModifier and TypeMethodDescription<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 ListMultimapModifier and TypeMethodDescription<V> ListMultimap<V,T> <V> ListMultimap<V,T> StackIterable.groupByEach(Function<? super T, ? extends Iterable<V>> function)