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