Uses of Class
org.eclipse.collections.impl.multimap.set.sorted.TreeSortedSetMultimap
Packages that use TreeSortedSetMultimap
Package
Description
This package contains implementations of the
SortedSetMultimap interface.This package contains implementations of
MutableSortedSet.-
Uses of TreeSortedSetMultimap in org.eclipse.collections.impl.multimap.set.sorted
Methods in org.eclipse.collections.impl.multimap.set.sorted that return TreeSortedSetMultimapModifier and TypeMethodDescriptionTreeSortedSetMultimap.newEmpty()static <K,V> TreeSortedSetMultimap<K, V> TreeSortedSetMultimap.newMultimap()static <K,V> TreeSortedSetMultimap<K, V> TreeSortedSetMultimap.newMultimap(Iterable<Pair<K, V>> inputIterable) static <K,V> TreeSortedSetMultimap<K, V> TreeSortedSetMultimap.newMultimap(Comparator<? super V> comparator) static <K,V> TreeSortedSetMultimap<K, V> TreeSortedSetMultimap.newMultimap(Multimap<? extends K, ? extends V> multimap) static <K,V> TreeSortedSetMultimap<K, V> TreeSortedSetMultimap.newMultimap(Pair<K, V>... pairs) SynchronizedPutTreeSortedSetMultimap.rejectKeysMultiValues(Predicate2<? super K, ? super RichIterable<V>> predicate) TreeSortedSetMultimap.rejectKeysMultiValues(Predicate2<? super K, ? super RichIterable<V>> predicate) SynchronizedPutTreeSortedSetMultimap.rejectKeysValues(Predicate2<? super K, ? super V> predicate) TreeSortedSetMultimap.rejectKeysValues(Predicate2<? super K, ? super V> predicate) SynchronizedPutTreeSortedSetMultimap.selectKeysMultiValues(Predicate2<? super K, ? super RichIterable<V>> predicate) TreeSortedSetMultimap.selectKeysMultiValues(Predicate2<? super K, ? super RichIterable<V>> predicate) SynchronizedPutTreeSortedSetMultimap.selectKeysValues(Predicate2<? super K, ? super V> predicate) TreeSortedSetMultimap.selectKeysValues(Predicate2<? super K, ? super V> predicate) -
Uses of TreeSortedSetMultimap in org.eclipse.collections.impl.set.sorted.mutable
Methods in org.eclipse.collections.impl.set.sorted.mutable that return TreeSortedSetMultimapModifier and TypeMethodDescription<V> TreeSortedSetMultimap<V,T> <V> TreeSortedSetMultimap<V,T> <V> TreeSortedSetMultimap<V,T> SortedSetAdapter.groupByEach(Function<? super T, ? extends Iterable<V>> function) <V> TreeSortedSetMultimap<V,T> TreeSortedSet.groupByEach(Function<? super T, ? extends Iterable<V>> function)