Uses of Interface
org.eclipse.collections.api.multimap.list.MutableListMultimap
Packages that use MutableListMultimap
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 MutableListMultimap in org.eclipse.collections.api.list
Methods in org.eclipse.collections.api.list that return MutableListMultimapModifier and TypeMethodDescription<V> MutableListMultimap<V,T> <V> MutableListMultimap<V,T> MutableList.groupByEach(Function<? super T, ? extends Iterable<V>> function) -
Uses of MutableListMultimap in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map that return MutableListMultimapModifier and TypeMethodDescriptionMutableOrderedMap.flip()<V1> MutableListMultimap<V1,V> <V1> MutableListMultimap<V1,V> MutableOrderedMap.groupByEach(Function<? super V, ? extends Iterable<V1>> function) -
Uses of MutableListMultimap in org.eclipse.collections.api.map.sorted
Methods in org.eclipse.collections.api.map.sorted that return MutableListMultimapModifier and TypeMethodDescription<VV> MutableListMultimap<VV,V> <VV> MutableListMultimap<VV,V> MutableSortedMap.groupByEach(Function<? super V, ? extends Iterable<VV>> function) -
Uses of MutableListMultimap in org.eclipse.collections.api.multimap.list
Methods in org.eclipse.collections.api.multimap.list that return MutableListMultimapModifier and TypeMethodDescriptionMutableListMultimap.asSynchronized()<V2> MutableListMultimap<K,V2> MutableListMultimap.collectValues(Function<? super V, ? extends V2> function) MutableListMultimap.newEmpty()MutableListMultimap.rejectKeysMultiValues(Predicate2<? super K, ? super RichIterable<V>> predicate) MutableListMultimap.rejectKeysValues(Predicate2<? super K, ? super V> predicate) MutableListMultimap.selectKeysMultiValues(Predicate2<? super K, ? super RichIterable<V>> predicate) MutableListMultimap.selectKeysValues(Predicate2<? super K, ? super V> predicate) ListMultimap.toMutable()default MutableListMultimap<K,V> MutableListMultimap.withKeyMultiValues(K key, V... values) default MutableListMultimap<K,V> MutableListMultimap.withKeyValue(K key, V value) Puts the key / value combination into the MutableListMultimap and returns the MutableListMultimap (this). -
Uses of MutableListMultimap in org.eclipse.collections.api.multimap.sortedbag
Methods in org.eclipse.collections.api.multimap.sortedbag that return MutableListMultimapModifier and TypeMethodDescription<V2> MutableListMultimap<K,V2> MutableSortedBagMultimap.collectValues(Function<? super V, ? extends V2> function) -
Uses of MutableListMultimap in org.eclipse.collections.api.multimap.sortedset
Methods in org.eclipse.collections.api.multimap.sortedset that return MutableListMultimapModifier and TypeMethodDescription<V2> MutableListMultimap<K,V2> MutableSortedSetMultimap.collectValues(Function<? super V, ? extends V2> function) -
Uses of MutableListMultimap in org.eclipse.collections.api.stack
Methods in org.eclipse.collections.api.stack that return MutableListMultimapModifier and TypeMethodDescription<V> MutableListMultimap<V,T> <V> MutableListMultimap<V,T> MutableStack.groupByEach(Function<? super T, ? extends Iterable<V>> function)