Uses of Interface
org.eclipse.collections.api.multimap.list.ImmutableListMultimap
Packages that use ImmutableListMultimap
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 ImmutableListMultimap in org.eclipse.collections.api.list
Methods in org.eclipse.collections.api.list that return ImmutableListMultimapModifier and TypeMethodDescription<V> ImmutableListMultimap<V,T> <V> ImmutableListMultimap<V,T> ImmutableList.groupByEach(Function<? super T, ? extends Iterable<V>> function) -
Uses of ImmutableListMultimap in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map that return ImmutableListMultimapModifier and TypeMethodDescriptionImmutableOrderedMap.flip()<V1> ImmutableListMultimap<V1,V> <V1> ImmutableListMultimap<V1,V> ImmutableOrderedMap.groupByEach(Function<? super V, ? extends Iterable<V1>> function) -
Uses of ImmutableListMultimap in org.eclipse.collections.api.map.sorted
Methods in org.eclipse.collections.api.map.sorted that return ImmutableListMultimapModifier and TypeMethodDescription<VV> ImmutableListMultimap<VV,V> <VV> ImmutableListMultimap<VV,V> ImmutableSortedMap.groupByEach(Function<? super V, ? extends Iterable<VV>> function) -
Uses of ImmutableListMultimap in org.eclipse.collections.api.multimap.list
Methods in org.eclipse.collections.api.multimap.list that return ImmutableListMultimapModifier and TypeMethodDescription<V2> ImmutableListMultimap<K,V2> ImmutableListMultimap.collectValues(Function<? super V, ? extends V2> function) ImmutableListMultimap.newEmpty()ImmutableListMultimap.newWithAll(K key, Iterable<? extends V> values) ImmutableListMultimap.newWithout(Object key, Object value) ImmutableListMultimap.newWithoutAll(Object key) ImmutableListMultimap.rejectKeysMultiValues(Predicate2<? super K, ? super RichIterable<V>> predicate) ImmutableListMultimap.rejectKeysValues(Predicate2<? super K, ? super V> predicate) ImmutableListMultimap.selectKeysMultiValues(Predicate2<? super K, ? super RichIterable<V>> predicate) ImmutableListMultimap.selectKeysValues(Predicate2<? super K, ? super V> predicate) ListMultimap.toImmutable() -
Uses of ImmutableListMultimap in org.eclipse.collections.api.multimap.sortedbag
Methods in org.eclipse.collections.api.multimap.sortedbag that return ImmutableListMultimapModifier and TypeMethodDescription<V2> ImmutableListMultimap<K,V2> ImmutableSortedBagMultimap.collectValues(Function<? super V, ? extends V2> function) -
Uses of ImmutableListMultimap in org.eclipse.collections.api.multimap.sortedset
Methods in org.eclipse.collections.api.multimap.sortedset that return ImmutableListMultimapModifier and TypeMethodDescription<V2> ImmutableListMultimap<K,V2> ImmutableSortedSetMultimap.collectValues(Function<? super V, ? extends V2> function) -
Uses of ImmutableListMultimap in org.eclipse.collections.api.stack
Methods in org.eclipse.collections.api.stack that return ImmutableListMultimapModifier and TypeMethodDescription<V> ImmutableListMultimap<V,T> <V> ImmutableListMultimap<V,T> ImmutableStack.groupByEach(Function<? super T, ? extends Iterable<V>> function)