Uses of Class
org.eclipse.collections.impl.multimap.list.FastListMultimap
Packages that use FastListMultimap
Package
Description
This package contains implementations of the
MutableList
interface.This package contains implementations of the
BagMultimap
interface.This package contains implementations of the
ListMultimap
interface.This package contains implementations of the
SortedSetMultimap
interface.This package contains static utilities that provide iteration pattern implementations which work with JCF collections.
This package contains static utilities that provide internal iteration pattern implementations which work with JCF collections.
-
Uses of FastListMultimap in org.eclipse.collections.impl.list.mutable
Methods in org.eclipse.collections.impl.list.mutable that return FastListMultimapModifier and TypeMethodDescription<V> FastListMultimap
<V, T> <V> FastListMultimap
<V, T> <V> FastListMultimap
<V, T> <V> FastListMultimap
<V, T> <V> FastListMultimap
<V, T> AbstractMutableList.groupByEach
(Function<? super T, ? extends Iterable<V>> function) <V> FastListMultimap
<V, T> ArrayListAdapter.groupByEach
(Function<? super T, ? extends Iterable<V>> function) <V> FastListMultimap
<V, T> FastList.groupByEach
(Function<? super T, ? extends Iterable<V>> function) <V> FastListMultimap
<V, T> RandomAccessListAdapter.groupByEach
(Function<? super T, ? extends Iterable<V>> function) -
Uses of FastListMultimap in org.eclipse.collections.impl.multimap.bag
Methods in org.eclipse.collections.impl.multimap.bag that return FastListMultimapModifier and TypeMethodDescription<V2> FastListMultimap
<K, V2> TreeBagMultimap.collectValues
(Function<? super V, ? extends V2> function) Deprecated. -
Uses of FastListMultimap in org.eclipse.collections.impl.multimap.bag.sorted
Methods in org.eclipse.collections.impl.multimap.bag.sorted that return FastListMultimapModifier and TypeMethodDescription<V2> FastListMultimap
<K, V2> TreeBagMultimap.collectValues
(Function<? super V, ? extends V2> function) Deprecated. -
Uses of FastListMultimap in org.eclipse.collections.impl.multimap.bag.sorted.mutable
Methods in org.eclipse.collections.impl.multimap.bag.sorted.mutable that return FastListMultimapModifier and TypeMethodDescription<V2> FastListMultimap
<K, V2> TreeBagMultimap.collectValues
(Function<? super V, ? extends V2> function) -
Uses of FastListMultimap in org.eclipse.collections.impl.multimap.list
Methods in org.eclipse.collections.impl.multimap.list that return FastListMultimapModifier and TypeMethodDescription<V2> FastListMultimap
<K, V2> AbstractMutableListMultimap.collectValues
(Function<? super V, ? extends V2> function) <V2> FastListMultimap
<K, V2> SynchronizedPutFastListMultimap.collectValues
(Function<? super V, ? extends V2> function) FastListMultimap.newEmpty()
static <K,
V> FastListMultimap <K, V> FastListMultimap.newMultimap()
static <K,
V> FastListMultimap <K, V> FastListMultimap.newMultimap
(Iterable<Pair<K, V>> inputIterable) static <K,
V> FastListMultimap <K, V> FastListMultimap.newMultimap
(Multimap<? extends K, ? extends V> multimap) static <K,
V> FastListMultimap <K, V> FastListMultimap.newMultimap
(Pair<K, V>... pairs) FastListMultimap.rejectKeysMultiValues
(Predicate2<? super K, ? super RichIterable<V>> predicate) MultiReaderFastListMultimap.rejectKeysMultiValues
(Predicate2<? super K, ? super RichIterable<V>> predicate) SynchronizedPutFastListMultimap.rejectKeysMultiValues
(Predicate2<? super K, ? super RichIterable<V>> predicate) FastListMultimap.rejectKeysValues
(Predicate2<? super K, ? super V> predicate) MultiReaderFastListMultimap.rejectKeysValues
(Predicate2<? super K, ? super V> predicate) SynchronizedPutFastListMultimap.rejectKeysValues
(Predicate2<? super K, ? super V> predicate) FastListMultimap.selectKeysMultiValues
(Predicate2<? super K, ? super RichIterable<V>> predicate) MultiReaderFastListMultimap.selectKeysMultiValues
(Predicate2<? super K, ? super RichIterable<V>> predicate) SynchronizedPutFastListMultimap.selectKeysMultiValues
(Predicate2<? super K, ? super RichIterable<V>> predicate) FastListMultimap.selectKeysValues
(Predicate2<? super K, ? super V> predicate) MultiReaderFastListMultimap.selectKeysValues
(Predicate2<? super K, ? super V> predicate) SynchronizedPutFastListMultimap.selectKeysValues
(Predicate2<? super K, ? super V> predicate) -
Uses of FastListMultimap in org.eclipse.collections.impl.multimap.set.sorted
Methods in org.eclipse.collections.impl.multimap.set.sorted that return FastListMultimapModifier and TypeMethodDescription<V2> FastListMultimap
<K, V2> SynchronizedPutTreeSortedSetMultimap.collectValues
(Function<? super V, ? extends V2> function) <V2> FastListMultimap
<K, V2> TreeSortedSetMultimap.collectValues
(Function<? super V, ? extends V2> function) -
Uses of FastListMultimap in org.eclipse.collections.impl.utility
Methods in org.eclipse.collections.impl.utility that return FastListMultimapModifier and TypeMethodDescriptionstatic <T,
V> FastListMultimap <V, T> static <T,
V> FastListMultimap <V, T> static <T,
V> FastListMultimap <V, T> static <T,
V> FastListMultimap <V, T> ArrayIterate.groupByEach
(T[] array, Function<? super T, ? extends Iterable<V>> function) static <T,
V> FastListMultimap <V, T> ArrayListIterate.groupByEach
(ArrayList<T> list, Function<? super T, ? extends Iterable<V>> function) static <T,
V> FastListMultimap <V, T> ListIterate.groupByEach
(List<T> list, Function<? super T, ? extends Iterable<V>> function) -
Uses of FastListMultimap in org.eclipse.collections.impl.utility.internal
Methods in org.eclipse.collections.impl.utility.internal that return FastListMultimapModifier and TypeMethodDescriptionstatic <T,
V> FastListMultimap <V, T> static <T,
V> FastListMultimap <V, T> static <T,
V> FastListMultimap <V, T> IterableIterate.groupByEach
(Iterable<T> iterable, Function<? super T, ? extends Iterable<V>> function) static <T,
V> FastListMultimap <V, T> RandomAccessListIterate.groupByEach
(List<T> list, Function<? super T, ? extends Iterable<V>> function)