Uses of Interface
org.eclipse.collections.api.multimap.sortedset.MutableSortedSetMultimap
-
Packages that use MutableSortedSetMultimap Package Description org.eclipse.collections.api.map.sorted This package contains mutable and immutable sorted map interfaces.org.eclipse.collections.api.multimap.sortedset This package contains interfaces forSortedSetMultimap.org.eclipse.collections.api.set.sorted 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 Modifier and Type Method Description MutableSortedSetMultimap<V,K>MutableSortedMap. flip() -
Uses of MutableSortedSetMultimap in org.eclipse.collections.api.multimap.sortedset
Methods in org.eclipse.collections.api.multimap.sortedset that return MutableSortedSetMultimap Modifier and Type Method Description MutableSortedSetMultimap<K,V>MutableSortedSetMultimap. asSynchronized()MutableSortedSetMultimap<K,V>MutableSortedSetMultimap. newEmpty()MutableSortedSetMultimap<K,V>MutableSortedSetMultimap. rejectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)MutableSortedSetMultimap<K,V>MutableSortedSetMultimap. rejectKeysValues(Predicate2<? super K,? super V> predicate)MutableSortedSetMultimap<K,V>MutableSortedSetMultimap. selectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)MutableSortedSetMultimap<K,V>MutableSortedSetMultimap. selectKeysValues(Predicate2<? super K,? super V> predicate)MutableSortedSetMultimap<K,V>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 MutableSortedSetMultimap Modifier and Type Method Description <V> MutableSortedSetMultimap<V,T>MutableSortedSet. groupBy(Function<? super T,? extends V> function)<V> MutableSortedSetMultimap<V,T>MutableSortedSet. groupByEach(Function<? super T,? extends Iterable<V>> function)
-