| Package | Description |
|---|---|
| org.eclipse.collections.impl.multimap.bag |
This package contains implementations of the
BagMultimap interface. |
| Modifier and Type | Method and 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(org.eclipse.collections.api.multimap.Multimap<? extends K,? extends V> multimap)
Deprecated.
|
static <K,V> TreeBagMultimap<K,V> |
TreeBagMultimap.newMultimap(org.eclipse.collections.api.tuple.Pair<K,V>... pairs)
Deprecated.
|
TreeBagMultimap<K,V> |
TreeBagMultimap.rejectKeysMultiValues(org.eclipse.collections.api.block.predicate.Predicate2<? super K,? super Iterable<V>> predicate)
Deprecated.
|
TreeBagMultimap<K,V> |
TreeBagMultimap.rejectKeysValues(org.eclipse.collections.api.block.predicate.Predicate2<? super K,? super V> predicate)
Deprecated.
|
TreeBagMultimap<K,V> |
TreeBagMultimap.selectKeysMultiValues(org.eclipse.collections.api.block.predicate.Predicate2<? super K,? super Iterable<V>> predicate)
Deprecated.
|
TreeBagMultimap<K,V> |
TreeBagMultimap.selectKeysValues(org.eclipse.collections.api.block.predicate.Predicate2<? super K,? super V> predicate)
Deprecated.
|
Copyright © 2004–2018. All rights reserved.