Uses of Class
org.eclipse.collections.impl.multimap.set.sorted.TreeSortedSetMultimap
| Package | Description |
|---|---|
| org.eclipse.collections.impl.multimap.set.sorted |
This package contains implementations of the
SortedSetMultimap interface. |
| org.eclipse.collections.impl.set.sorted.mutable |
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 TreeSortedSetMultimap Modifier and Type Method Description TreeSortedSetMultimap<K,V>TreeSortedSetMultimap. 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)TreeSortedSetMultimap<K,V>SynchronizedPutTreeSortedSetMultimap. rejectKeysMultiValues(Predicate2<? super K,? super Iterable<V>> predicate)TreeSortedSetMultimap<K,V>TreeSortedSetMultimap. rejectKeysMultiValues(Predicate2<? super K,? super Iterable<V>> predicate)TreeSortedSetMultimap<K,V>SynchronizedPutTreeSortedSetMultimap. rejectKeysValues(Predicate2<? super K,? super V> predicate)TreeSortedSetMultimap<K,V>TreeSortedSetMultimap. rejectKeysValues(Predicate2<? super K,? super V> predicate)TreeSortedSetMultimap<K,V>SynchronizedPutTreeSortedSetMultimap. selectKeysMultiValues(Predicate2<? super K,? super Iterable<V>> predicate)TreeSortedSetMultimap<K,V>TreeSortedSetMultimap. selectKeysMultiValues(Predicate2<? super K,? super Iterable<V>> predicate)TreeSortedSetMultimap<K,V>SynchronizedPutTreeSortedSetMultimap. selectKeysValues(Predicate2<? super K,? super V> predicate)TreeSortedSetMultimap<K,V>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 TreeSortedSetMultimap Modifier and Type Method Description <V> TreeSortedSetMultimap<V,T>SortedSetAdapter. groupBy(Function<? super T,? extends V> function)<V> TreeSortedSetMultimap<V,T>TreeSortedSet. groupBy(Function<? super T,? extends V> function)<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)