Uses of Class
org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap
-
Packages that use TreeBagMultimap Package Description org.eclipse.collections.impl.bag.sorted.mutable This package contains implementations ofMutableSortedBag
.org.eclipse.collections.impl.multimap.bag.sorted.mutable -
-
Uses of TreeBagMultimap in org.eclipse.collections.impl.bag.sorted.mutable
Methods in org.eclipse.collections.impl.bag.sorted.mutable that return TreeBagMultimap Modifier and Type Method Description <V> TreeBagMultimap<V,T>
TreeBag. groupBy(Function<? super T,? extends V> function)
<V> TreeBagMultimap<V,T>
TreeBag. groupByEach(Function<? super T,? extends java.lang.Iterable<V>> function)
-
Uses of TreeBagMultimap in org.eclipse.collections.impl.multimap.bag.sorted.mutable
Methods in org.eclipse.collections.impl.multimap.bag.sorted.mutable that return TreeBagMultimap Modifier and Type Method Description TreeBagMultimap<K,V>
TreeBagMultimap. newEmpty()
static <K,V>
TreeBagMultimap<K,V>TreeBagMultimap. newMultimap()
static <K,V>
TreeBagMultimap<K,V>TreeBagMultimap. newMultimap(java.lang.Iterable<Pair<K,V>> inputIterable)
static <K,V>
TreeBagMultimap<K,V>TreeBagMultimap. newMultimap(java.util.Comparator<? super V> comparator)
static <K,V>
TreeBagMultimap<K,V>TreeBagMultimap. newMultimap(Multimap<? extends K,? extends V> multimap)
static <K,V>
TreeBagMultimap<K,V>TreeBagMultimap. newMultimap(Pair<K,V>... pairs)
TreeBagMultimap<K,V>
TreeBagMultimap. rejectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
TreeBagMultimap<K,V>
TreeBagMultimap. rejectKeysValues(Predicate2<? super K,? super V> predicate)
TreeBagMultimap<K,V>
TreeBagMultimap. selectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
TreeBagMultimap<K,V>
TreeBagMultimap. selectKeysValues(Predicate2<? super K,? super V> predicate)
-