Uses of Class
org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap
Packages that use TreeBagMultimap
-
Uses of TreeBagMultimap in org.eclipse.collections.impl.bag.sorted.mutable
Methods in org.eclipse.collections.impl.bag.sorted.mutable that return TreeBagMultimapModifier and TypeMethodDescription<V> TreeBagMultimap<V,T> <V> TreeBagMultimap<V,T> TreeBag.groupByEach(Function<? super T, ? extends 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 TreeBagMultimapModifier and TypeMethodDescriptionTreeBagMultimap.newEmpty()static <K,V> TreeBagMultimap<K, V> TreeBagMultimap.newMultimap()static <K,V> TreeBagMultimap<K, V> TreeBagMultimap.newMultimap(Iterable<Pair<K, V>> inputIterable) static <K,V> TreeBagMultimap<K, V> TreeBagMultimap.newMultimap(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.rejectKeysMultiValues(Predicate2<? super K, ? super RichIterable<V>> predicate) TreeBagMultimap.rejectKeysValues(Predicate2<? super K, ? super V> predicate) TreeBagMultimap.selectKeysMultiValues(Predicate2<? super K, ? super RichIterable<V>> predicate) TreeBagMultimap.selectKeysValues(Predicate2<? super K, ? super V> predicate)