Uses of Interface
org.eclipse.collections.api.multimap.ordered.OrderedIterableMultimap
Packages that use OrderedIterableMultimap
Package
Description
This package contains interfaces for
ListMultimap.This package contains interfaces for
SortedBagMultimap.This package contains interfaces for
SortedSetMultimap.This package contains implementations of the
BagMultimap interface.This package contains implementations of the
ListMultimap interface.This package contains implementations of the
SortedSetMultimap interface.-
Uses of OrderedIterableMultimap in org.eclipse.collections.api.multimap.list
Subinterfaces of OrderedIterableMultimap in org.eclipse.collections.api.multimap.listModifier and TypeInterfaceDescriptioninterfaceinterfaceListMultimap<K,V> interfaceMutableListMultimap<K,V> -
Uses of OrderedIterableMultimap in org.eclipse.collections.api.multimap.ordered
Subinterfaces of OrderedIterableMultimap in org.eclipse.collections.api.multimap.orderedModifier and TypeInterfaceDescriptioninterfaceinterfaceMethods in org.eclipse.collections.api.multimap.ordered that return OrderedIterableMultimapModifier and TypeMethodDescription<V2> OrderedIterableMultimap<K,V2> OrderedIterableMultimap.collectValues(Function<? super V, ? extends V2> function) OrderedIterableMultimap.newEmpty()OrderedIterableMultimap.rejectKeysMultiValues(Predicate2<? super K, ? super RichIterable<V>> predicate) OrderedIterableMultimap.rejectKeysValues(Predicate2<? super K, ? super V> predicate) OrderedIterableMultimap.selectKeysMultiValues(Predicate2<? super K, ? super RichIterable<V>> predicate) OrderedIterableMultimap.selectKeysValues(Predicate2<? super K, ? super V> predicate) -
Uses of OrderedIterableMultimap in org.eclipse.collections.api.multimap.sortedbag
Subinterfaces of OrderedIterableMultimap in org.eclipse.collections.api.multimap.sortedbag -
Uses of OrderedIterableMultimap in org.eclipse.collections.api.multimap.sortedset
Subinterfaces of OrderedIterableMultimap in org.eclipse.collections.api.multimap.sortedset -
Uses of OrderedIterableMultimap in org.eclipse.collections.api.ordered
Methods in org.eclipse.collections.api.ordered that return OrderedIterableMultimapModifier and TypeMethodDescription<V> OrderedIterableMultimap<V,T> <V> OrderedIterableMultimap<V,T> OrderedIterable.groupByEach(Function<? super T, ? extends Iterable<V>> function) -
Uses of OrderedIterableMultimap in org.eclipse.collections.impl.multimap.bag
Classes in org.eclipse.collections.impl.multimap.bag that implement OrderedIterableMultimap -
Uses of OrderedIterableMultimap in org.eclipse.collections.impl.multimap.bag.sorted
Classes in org.eclipse.collections.impl.multimap.bag.sorted that implement OrderedIterableMultimap -
Uses of OrderedIterableMultimap in org.eclipse.collections.impl.multimap.bag.sorted.immutable
Classes in org.eclipse.collections.impl.multimap.bag.sorted.immutable that implement OrderedIterableMultimap -
Uses of OrderedIterableMultimap in org.eclipse.collections.impl.multimap.bag.sorted.mutable
Classes in org.eclipse.collections.impl.multimap.bag.sorted.mutable that implement OrderedIterableMultimap -
Uses of OrderedIterableMultimap in org.eclipse.collections.impl.multimap.list
Classes in org.eclipse.collections.impl.multimap.list that implement OrderedIterableMultimapModifier and TypeClassDescriptionclassfinal classFastListMultimap<K,V> final classThe default ImmutableListMultimap implementation.final classclassfinal classA Multimap that is optimized for parallel writes, but is not protected for concurrent reads. -
Uses of OrderedIterableMultimap in org.eclipse.collections.impl.multimap.set.sorted
Classes in org.eclipse.collections.impl.multimap.set.sorted that implement OrderedIterableMultimapModifier and TypeClassDescriptionfinal classThe default ImmutableSortedSetMultimap implementation.final classA Multimap that is optimized for parallel writes, but is not protected for concurrent reads.classfinal class