Uses of Interface
org.eclipse.collections.api.multimap.sortedset.MutableSortedSetMultimap
Packages that use MutableSortedSetMultimap
Package
Description
This package contains mutable and immutable sorted map interfaces.
This package contains interfaces for
SortedSetMultimap.This package contains interfaces for sorted set API.
-
Uses of MutableSortedSetMultimap in org.eclipse.collections.api.map.sorted
Methods in org.eclipse.collections.api.map.sorted that return MutableSortedSetMultimap -
Uses of MutableSortedSetMultimap in org.eclipse.collections.api.multimap.sortedset
Methods in org.eclipse.collections.api.multimap.sortedset that return MutableSortedSetMultimapModifier and TypeMethodDescriptionMutableSortedSetMultimap.asSynchronized()MutableSortedSetMultimap.newEmpty()MutableSortedSetMultimap.rejectKeysMultiValues(Predicate2<? super K, ? super RichIterable<V>> predicate) MutableSortedSetMultimap.rejectKeysValues(Predicate2<? super K, ? super V> predicate) MutableSortedSetMultimap.selectKeysMultiValues(Predicate2<? super K, ? super RichIterable<V>> predicate) MutableSortedSetMultimap.selectKeysValues(Predicate2<? super K, ? super V> predicate) SortedSetMultimap.toMutable()default MutableSortedSetMultimap<K,V> MutableSortedSetMultimap.withKeyMultiValues(K key, V... values) default MutableSortedSetMultimap<K,V> MutableSortedSetMultimap.withKeyValue(K key, V value) Puts the key / value combination into the MutableSortedSetMultimap and returns the MutableSortedSetMultimap (this). -
Uses of MutableSortedSetMultimap in org.eclipse.collections.api.set.sorted
Methods in org.eclipse.collections.api.set.sorted that return MutableSortedSetMultimapModifier and TypeMethodDescription<V> MutableSortedSetMultimap<V,T> <V> MutableSortedSetMultimap<V,T> MutableSortedSet.groupByEach(Function<? super T, ? extends Iterable<V>> function)