Class TreeBagMultimap<K,​V>

java.lang.Object
org.eclipse.collections.impl.multimap.AbstractMultimap<K,​V,​C>
org.eclipse.collections.impl.multimap.AbstractMutableMultimap<K,​V,​MutableSortedBag<V>>
org.eclipse.collections.impl.multimap.bag.sorted.TreeBagMultimap<K,​V>
All Implemented Interfaces:
Externalizable, Serializable, BagMultimap<K,​V>, MutableBagIterableMultimap<K,​V>, Multimap<K,​V>, MutableMultimap<K,​V>, OrderedIterableMultimap<K,​V>, ReversibleIterableMultimap<K,​V>, SortedIterableMultimap<K,​V>, MutableSortedBagMultimap<K,​V>, SortedBagMultimap<K,​V>

@Deprecated
public final class TreeBagMultimap<K,​V>
extends AbstractMutableMultimap<K,​V,​MutableSortedBag<V>>
implements MutableSortedBagMultimap<K,​V>, Externalizable
Deprecated.
in 7.0. Use TreeBagMultimap instead.
See Also:
Serialized Form