Uses of Class
org.eclipse.collections.impl.multimap.bag.TreeBagMultimap
-
Packages that use TreeBagMultimap Package Description org.eclipse.collections.impl.multimap.bag This package contains implementations of theBagMultimapinterface. -
-
Uses of TreeBagMultimap in org.eclipse.collections.impl.multimap.bag
Methods in org.eclipse.collections.impl.multimap.bag that return TreeBagMultimap Modifier and Type Method Description TreeBagMultimap<K,V>TreeBagMultimap. newEmpty()Deprecated.static <K,V>
TreeBagMultimap<K,V>TreeBagMultimap. newMultimap()Deprecated.static <K,V>
TreeBagMultimap<K,V>TreeBagMultimap. newMultimap(Comparator<? super V> comparator)Deprecated.static <K,V>
TreeBagMultimap<K,V>TreeBagMultimap. newMultimap(Multimap<? extends K,? extends V> multimap)Deprecated.static <K,V>
TreeBagMultimap<K,V>TreeBagMultimap. newMultimap(Pair<K,V>... pairs)Deprecated.TreeBagMultimap<K,V>TreeBagMultimap. rejectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)Deprecated.TreeBagMultimap<K,V>TreeBagMultimap. rejectKeysValues(Predicate2<? super K,? super V> predicate)Deprecated.TreeBagMultimap<K,V>TreeBagMultimap. selectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)Deprecated.TreeBagMultimap<K,V>TreeBagMultimap. selectKeysValues(Predicate2<? super K,? super V> predicate)Deprecated.
-