Uses of Interface
org.eclipse.collections.api.multimap.ordered.ReversibleIterableMultimap
-
Packages that use ReversibleIterableMultimap Package Description org.eclipse.collections.api.multimap.list This package contains interfaces forListMultimap.org.eclipse.collections.api.multimap.ordered 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.ordered org.eclipse.collections.impl.multimap.bag This package contains implementations of theBagMultimapinterface.org.eclipse.collections.impl.multimap.bag.sorted org.eclipse.collections.impl.multimap.bag.sorted.immutable org.eclipse.collections.impl.multimap.bag.sorted.mutable org.eclipse.collections.impl.multimap.list This package contains implementations of theListMultimapinterface.org.eclipse.collections.impl.multimap.set.sorted This package contains implementations of theSortedSetMultimapinterface. -
-
Uses of ReversibleIterableMultimap in org.eclipse.collections.api.multimap.list
Subinterfaces of ReversibleIterableMultimap in org.eclipse.collections.api.multimap.list Modifier and Type Interface Description interfaceImmutableListMultimap<K,V>interfaceListMultimap<K,V>interfaceMutableListMultimap<K,V> -
Uses of ReversibleIterableMultimap in org.eclipse.collections.api.multimap.ordered
Methods in org.eclipse.collections.api.multimap.ordered that return ReversibleIterableMultimap Modifier and Type Method Description <V2> ReversibleIterableMultimap<K,V2>ReversibleIterableMultimap. collectValues(Function<? super V,? extends V2> function)ReversibleIterableMultimap<K,V>ReversibleIterableMultimap. newEmpty()ReversibleIterableMultimap<K,V>ReversibleIterableMultimap. rejectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)ReversibleIterableMultimap<K,V>ReversibleIterableMultimap. rejectKeysValues(Predicate2<? super K,? super V> predicate)ReversibleIterableMultimap<K,V>ReversibleIterableMultimap. selectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)ReversibleIterableMultimap<K,V>ReversibleIterableMultimap. selectKeysValues(Predicate2<? super K,? super V> predicate) -
Uses of ReversibleIterableMultimap in org.eclipse.collections.api.multimap.sortedbag
Subinterfaces of ReversibleIterableMultimap in org.eclipse.collections.api.multimap.sortedbag Modifier and Type Interface Description interfaceImmutableSortedBagMultimap<K,V>interfaceMutableSortedBagMultimap<K,V>interfaceSortedBagMultimap<K,V> -
Uses of ReversibleIterableMultimap in org.eclipse.collections.api.multimap.sortedset
Subinterfaces of ReversibleIterableMultimap in org.eclipse.collections.api.multimap.sortedset Modifier and Type Interface Description interfaceImmutableSortedSetMultimap<K,V>interfaceMutableSortedSetMultimap<K,V>interfaceSortedSetMultimap<K,V> -
Uses of ReversibleIterableMultimap in org.eclipse.collections.api.ordered
Methods in org.eclipse.collections.api.ordered that return ReversibleIterableMultimap Modifier and Type Method Description <V> ReversibleIterableMultimap<V,T>ReversibleIterable. groupBy(Function<? super T,? extends V> function)<V> ReversibleIterableMultimap<V,T>ReversibleIterable. groupByEach(Function<? super T,? extends java.lang.Iterable<V>> function) -
Uses of ReversibleIterableMultimap in org.eclipse.collections.impl.multimap.bag
Classes in org.eclipse.collections.impl.multimap.bag that implement ReversibleIterableMultimap Modifier and Type Class Description classTreeBagMultimap<K,V>Deprecated.in 5.0. -
Uses of ReversibleIterableMultimap in org.eclipse.collections.impl.multimap.bag.sorted
Classes in org.eclipse.collections.impl.multimap.bag.sorted that implement ReversibleIterableMultimap Modifier and Type Class Description classTreeBagMultimap<K,V>Deprecated.in 7.0. -
Uses of ReversibleIterableMultimap in org.eclipse.collections.impl.multimap.bag.sorted.immutable
Classes in org.eclipse.collections.impl.multimap.bag.sorted.immutable that implement ReversibleIterableMultimap Modifier and Type Class Description classImmutableSortedBagMultimapImpl<K,V> -
Uses of ReversibleIterableMultimap in org.eclipse.collections.impl.multimap.bag.sorted.mutable
Classes in org.eclipse.collections.impl.multimap.bag.sorted.mutable that implement ReversibleIterableMultimap Modifier and Type Class Description classSynchronizedSortedBagMultimap<K,V>classTreeBagMultimap<K,V> -
Uses of ReversibleIterableMultimap in org.eclipse.collections.impl.multimap.list
Classes in org.eclipse.collections.impl.multimap.list that implement ReversibleIterableMultimap Modifier and Type Class Description classAbstractMutableListMultimap<K,V>classFastListMultimap<K,V>classImmutableListMultimapImpl<K,V>The default ImmutableListMultimap implementation.classMultiReaderFastListMultimap<K,V>classSynchronizedListMultimap<K,V>classSynchronizedPutFastListMultimap<K,V>A Multimap that is optimized for parallel writes, but is not protected for concurrent reads. -
Uses of ReversibleIterableMultimap in org.eclipse.collections.impl.multimap.set.sorted
Classes in org.eclipse.collections.impl.multimap.set.sorted that implement ReversibleIterableMultimap Modifier and Type Class Description classImmutableSortedSetMultimapImpl<K,V>The default ImmutableSortedSetMultimap implementation.classSynchronizedPutTreeSortedSetMultimap<K,V>A Multimap that is optimized for parallel writes, but is not protected for concurrent reads.classSynchronizedSortedSetMultimap<K,V>classTreeSortedSetMultimap<K,V>
-