Uses of Interface
org.eclipse.collections.api.multimap.ordered.OrderedIterableMultimap
-
Packages that use OrderedIterableMultimap 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 theBagMultimap
interface.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 theListMultimap
interface.org.eclipse.collections.impl.multimap.set.sorted This package contains implementations of theSortedSetMultimap
interface. -
-
Uses of OrderedIterableMultimap in org.eclipse.collections.api.multimap.list
Subinterfaces of OrderedIterableMultimap in org.eclipse.collections.api.multimap.list Modifier and Type Interface Description interface
ImmutableListMultimap<K,V>
interface
ListMultimap<K,V>
interface
MutableListMultimap<K,V>
-
Uses of OrderedIterableMultimap in org.eclipse.collections.api.multimap.ordered
Subinterfaces of OrderedIterableMultimap in org.eclipse.collections.api.multimap.ordered Modifier and Type Interface Description interface
ReversibleIterableMultimap<K,V>
interface
SortedIterableMultimap<K,V>
Methods in org.eclipse.collections.api.multimap.ordered that return OrderedIterableMultimap Modifier and Type Method Description <V2> OrderedIterableMultimap<K,V2>
OrderedIterableMultimap. collectValues(Function<? super V,? extends V2> function)
OrderedIterableMultimap<K,V>
OrderedIterableMultimap. newEmpty()
OrderedIterableMultimap<K,V>
OrderedIterableMultimap. rejectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
OrderedIterableMultimap<K,V>
OrderedIterableMultimap. rejectKeysValues(Predicate2<? super K,? super V> predicate)
OrderedIterableMultimap<K,V>
OrderedIterableMultimap. selectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
OrderedIterableMultimap<K,V>
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 Modifier and Type Interface Description interface
ImmutableSortedBagMultimap<K,V>
interface
MutableSortedBagMultimap<K,V>
interface
SortedBagMultimap<K,V>
-
Uses of OrderedIterableMultimap in org.eclipse.collections.api.multimap.sortedset
Subinterfaces of OrderedIterableMultimap in org.eclipse.collections.api.multimap.sortedset Modifier and Type Interface Description interface
ImmutableSortedSetMultimap<K,V>
interface
MutableSortedSetMultimap<K,V>
interface
SortedSetMultimap<K,V>
-
Uses of OrderedIterableMultimap in org.eclipse.collections.api.ordered
Methods in org.eclipse.collections.api.ordered that return OrderedIterableMultimap Modifier and Type Method Description <V> OrderedIterableMultimap<V,T>
OrderedIterable. groupBy(Function<? super T,? extends V> function)
<V> OrderedIterableMultimap<V,T>
OrderedIterable. groupByEach(Function<? super T,? extends java.lang.Iterable<V>> function)
-
Uses of OrderedIterableMultimap in org.eclipse.collections.impl.multimap.bag
Classes in org.eclipse.collections.impl.multimap.bag that implement OrderedIterableMultimap Modifier and Type Class Description class
TreeBagMultimap<K,V>
Deprecated.in 5.0. -
Uses of OrderedIterableMultimap in org.eclipse.collections.impl.multimap.bag.sorted
Classes in org.eclipse.collections.impl.multimap.bag.sorted that implement OrderedIterableMultimap Modifier and Type Class Description class
TreeBagMultimap<K,V>
Deprecated.in 7.0. -
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 Modifier and Type Class Description class
ImmutableSortedBagMultimapImpl<K,V>
-
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 Modifier and Type Class Description class
SynchronizedSortedBagMultimap<K,V>
class
TreeBagMultimap<K,V>
-
Uses of OrderedIterableMultimap in org.eclipse.collections.impl.multimap.list
Classes in org.eclipse.collections.impl.multimap.list that implement OrderedIterableMultimap Modifier and Type Class Description class
AbstractMutableListMultimap<K,V>
class
FastListMultimap<K,V>
class
ImmutableListMultimapImpl<K,V>
The default ImmutableListMultimap implementation.class
MultiReaderFastListMultimap<K,V>
class
SynchronizedListMultimap<K,V>
class
SynchronizedPutFastListMultimap<K,V>
A 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 OrderedIterableMultimap Modifier and Type Class Description class
ImmutableSortedSetMultimapImpl<K,V>
The default ImmutableSortedSetMultimap implementation.class
SynchronizedPutTreeSortedSetMultimap<K,V>
A Multimap that is optimized for parallel writes, but is not protected for concurrent reads.class
SynchronizedSortedSetMultimap<K,V>
class
TreeSortedSetMultimap<K,V>
-