public class ImmutableSortedBagMultimapImpl<K,V> extends AbstractImmutableMultimap<K,V,org.eclipse.collections.api.bag.sorted.ImmutableSortedBag<V>> implements org.eclipse.collections.api.multimap.sortedbag.ImmutableSortedBagMultimap<K,V>, Serializable
| Constructor and Description |
|---|
ImmutableSortedBagMultimapImpl(org.eclipse.collections.api.map.ImmutableMap<K,org.eclipse.collections.api.bag.sorted.ImmutableSortedBag<V>> map,
Comparator<? super V> comparator) |
ImmutableSortedBagMultimapImpl(org.eclipse.collections.api.map.MutableMap<K,org.eclipse.collections.api.bag.sorted.ImmutableSortedBag<V>> map,
Comparator<? super V> comparator) |
| Modifier and Type | Method and Description |
|---|---|
<K2,V2> org.eclipse.collections.api.multimap.bag.ImmutableBagMultimap<K2,V2> |
collectKeysValues(org.eclipse.collections.api.block.function.Function2<? super K,? super V,org.eclipse.collections.api.tuple.Pair<K2,V2>> function) |
<V2> org.eclipse.collections.api.multimap.list.ImmutableListMultimap<K,V2> |
collectValues(org.eclipse.collections.api.block.function.Function<? super V,? extends V2> function) |
Comparator<? super V> |
comparator() |
org.eclipse.collections.api.multimap.bag.ImmutableBagMultimap<V,K> |
flip() |
org.eclipse.collections.api.multimap.sortedbag.ImmutableSortedBagMultimap<K,V> |
newEmpty() |
org.eclipse.collections.api.multimap.sortedbag.ImmutableSortedBagMultimap<K,V> |
newWith(K key,
V value) |
org.eclipse.collections.api.multimap.sortedbag.ImmutableSortedBagMultimap<K,V> |
newWithAll(K key,
Iterable<? extends V> values) |
org.eclipse.collections.api.multimap.sortedbag.ImmutableSortedBagMultimap<K,V> |
newWithout(Object key,
Object value) |
org.eclipse.collections.api.multimap.sortedbag.ImmutableSortedBagMultimap<K,V> |
newWithoutAll(Object key) |
org.eclipse.collections.api.multimap.sortedbag.ImmutableSortedBagMultimap<K,V> |
rejectKeysMultiValues(org.eclipse.collections.api.block.predicate.Predicate2<? super K,? super Iterable<V>> predicate) |
org.eclipse.collections.api.multimap.sortedbag.ImmutableSortedBagMultimap<K,V> |
rejectKeysValues(org.eclipse.collections.api.block.predicate.Predicate2<? super K,? super V> predicate) |
org.eclipse.collections.api.multimap.sortedbag.ImmutableSortedBagMultimap<K,V> |
selectKeysMultiValues(org.eclipse.collections.api.block.predicate.Predicate2<? super K,? super Iterable<V>> predicate) |
org.eclipse.collections.api.multimap.sortedbag.ImmutableSortedBagMultimap<K,V> |
selectKeysValues(org.eclipse.collections.api.block.predicate.Predicate2<? super K,? super V> predicate) |
ImmutableSortedBagMultimapImpl<K,V> |
toImmutable() |
org.eclipse.collections.api.multimap.sortedbag.MutableSortedBagMultimap<K,V> |
toMutable() |
get, isEmpty, size, sizeDistinct, toMap, toMapcollectKeysValues, collectValues, containsKey, containsKeyAndValue, containsValue, equals, forEachKey, forEachKeyMultiValues, forEachKeyValue, forEachValue, hashCode, keyBag, keyMultiValuePairsView, keysView, keyValuePairsView, multiValuesView, notEmpty, rejectKeysMultiValues, rejectKeysValues, selectKeysMultiValues, selectKeysValues, toString, valuesViewgetcollectKeysValues, collectValues, containsKey, containsKeyAndValue, containsValue, equals, forEachKey, forEachKeyMultiValues, forEachKeyValue, forEachValue, hashCode, isEmpty, keyBag, keyMultiValuePairsView, keysView, keyValuePairsView, multiValuesView, notEmpty, rejectKeysMultiValues, rejectKeysValues, selectKeysMultiValues, selectKeysValues, size, sizeDistinct, toMap, toMap, valuesViewpublic ImmutableSortedBagMultimapImpl(org.eclipse.collections.api.map.MutableMap<K,org.eclipse.collections.api.bag.sorted.ImmutableSortedBag<V>> map, Comparator<? super V> comparator)
public ImmutableSortedBagMultimapImpl(org.eclipse.collections.api.map.ImmutableMap<K,org.eclipse.collections.api.bag.sorted.ImmutableSortedBag<V>> map, Comparator<? super V> comparator)
public org.eclipse.collections.api.multimap.sortedbag.ImmutableSortedBagMultimap<K,V> newWith(K key, V value)
newWith in interface org.eclipse.collections.api.multimap.bag.ImmutableBagIterableMultimap<K,V>newWith in interface org.eclipse.collections.api.multimap.ImmutableMultimap<K,V>newWith in interface org.eclipse.collections.api.multimap.sortedbag.ImmutableSortedBagMultimap<K,V>newWith in class AbstractImmutableMultimap<K,V,org.eclipse.collections.api.bag.sorted.ImmutableSortedBag<V>>public org.eclipse.collections.api.multimap.sortedbag.ImmutableSortedBagMultimap<K,V> newWithout(Object key, Object value)
newWithout in interface org.eclipse.collections.api.multimap.bag.ImmutableBagIterableMultimap<K,V>newWithout in interface org.eclipse.collections.api.multimap.ImmutableMultimap<K,V>newWithout in interface org.eclipse.collections.api.multimap.sortedbag.ImmutableSortedBagMultimap<K,V>newWithout in class AbstractImmutableMultimap<K,V,org.eclipse.collections.api.bag.sorted.ImmutableSortedBag<V>>public org.eclipse.collections.api.multimap.sortedbag.ImmutableSortedBagMultimap<K,V> newWithAll(K key, Iterable<? extends V> values)
newWithAll in interface org.eclipse.collections.api.multimap.bag.ImmutableBagIterableMultimap<K,V>newWithAll in interface org.eclipse.collections.api.multimap.ImmutableMultimap<K,V>newWithAll in interface org.eclipse.collections.api.multimap.sortedbag.ImmutableSortedBagMultimap<K,V>newWithAll in class AbstractImmutableMultimap<K,V,org.eclipse.collections.api.bag.sorted.ImmutableSortedBag<V>>public org.eclipse.collections.api.multimap.sortedbag.ImmutableSortedBagMultimap<K,V> newWithoutAll(Object key)
newWithoutAll in interface org.eclipse.collections.api.multimap.bag.ImmutableBagIterableMultimap<K,V>newWithoutAll in interface org.eclipse.collections.api.multimap.ImmutableMultimap<K,V>newWithoutAll in interface org.eclipse.collections.api.multimap.sortedbag.ImmutableSortedBagMultimap<K,V>newWithoutAll in class AbstractImmutableMultimap<K,V,org.eclipse.collections.api.bag.sorted.ImmutableSortedBag<V>>public ImmutableSortedBagMultimapImpl<K,V> toImmutable()
toImmutable in interface org.eclipse.collections.api.multimap.Multimap<K,V>toImmutable in interface org.eclipse.collections.api.multimap.sortedbag.SortedBagMultimap<K,V>toImmutable in class AbstractImmutableMultimap<K,V,org.eclipse.collections.api.bag.sorted.ImmutableSortedBag<V>>public org.eclipse.collections.api.multimap.sortedbag.ImmutableSortedBagMultimap<K,V> newEmpty()
newEmpty in interface org.eclipse.collections.api.multimap.bag.BagMultimap<K,V>newEmpty in interface org.eclipse.collections.api.multimap.bag.ImmutableBagIterableMultimap<K,V>newEmpty in interface org.eclipse.collections.api.multimap.ImmutableMultimap<K,V>newEmpty in interface org.eclipse.collections.api.multimap.Multimap<K,V>newEmpty in interface org.eclipse.collections.api.multimap.ordered.OrderedIterableMultimap<K,V>newEmpty in interface org.eclipse.collections.api.multimap.ordered.ReversibleIterableMultimap<K,V>newEmpty in interface org.eclipse.collections.api.multimap.ordered.SortedIterableMultimap<K,V>newEmpty in interface org.eclipse.collections.api.multimap.sortedbag.ImmutableSortedBagMultimap<K,V>newEmpty in interface org.eclipse.collections.api.multimap.sortedbag.SortedBagMultimap<K,V>public Comparator<? super V> comparator()
public org.eclipse.collections.api.multimap.sortedbag.MutableSortedBagMultimap<K,V> toMutable()
public org.eclipse.collections.api.multimap.bag.ImmutableBagMultimap<V,K> flip()
flip in interface org.eclipse.collections.api.multimap.bag.BagMultimap<K,V>flip in interface org.eclipse.collections.api.multimap.bag.ImmutableBagIterableMultimap<K,V>flip in interface org.eclipse.collections.api.multimap.ImmutableMultimap<K,V>flip in interface org.eclipse.collections.api.multimap.Multimap<K,V>flip in interface org.eclipse.collections.api.multimap.sortedbag.ImmutableSortedBagMultimap<K,V>public org.eclipse.collections.api.multimap.sortedbag.ImmutableSortedBagMultimap<K,V> selectKeysValues(org.eclipse.collections.api.block.predicate.Predicate2<? super K,? super V> predicate)
selectKeysValues in interface org.eclipse.collections.api.multimap.bag.BagMultimap<K,V>selectKeysValues in interface org.eclipse.collections.api.multimap.bag.ImmutableBagIterableMultimap<K,V>selectKeysValues in interface org.eclipse.collections.api.multimap.ImmutableMultimap<K,V>selectKeysValues in interface org.eclipse.collections.api.multimap.Multimap<K,V>selectKeysValues in interface org.eclipse.collections.api.multimap.ordered.OrderedIterableMultimap<K,V>selectKeysValues in interface org.eclipse.collections.api.multimap.ordered.ReversibleIterableMultimap<K,V>selectKeysValues in interface org.eclipse.collections.api.multimap.ordered.SortedIterableMultimap<K,V>selectKeysValues in interface org.eclipse.collections.api.multimap.sortedbag.ImmutableSortedBagMultimap<K,V>selectKeysValues in interface org.eclipse.collections.api.multimap.sortedbag.SortedBagMultimap<K,V>public org.eclipse.collections.api.multimap.sortedbag.ImmutableSortedBagMultimap<K,V> rejectKeysValues(org.eclipse.collections.api.block.predicate.Predicate2<? super K,? super V> predicate)
rejectKeysValues in interface org.eclipse.collections.api.multimap.bag.BagMultimap<K,V>rejectKeysValues in interface org.eclipse.collections.api.multimap.bag.ImmutableBagIterableMultimap<K,V>rejectKeysValues in interface org.eclipse.collections.api.multimap.ImmutableMultimap<K,V>rejectKeysValues in interface org.eclipse.collections.api.multimap.Multimap<K,V>rejectKeysValues in interface org.eclipse.collections.api.multimap.ordered.OrderedIterableMultimap<K,V>rejectKeysValues in interface org.eclipse.collections.api.multimap.ordered.ReversibleIterableMultimap<K,V>rejectKeysValues in interface org.eclipse.collections.api.multimap.ordered.SortedIterableMultimap<K,V>rejectKeysValues in interface org.eclipse.collections.api.multimap.sortedbag.ImmutableSortedBagMultimap<K,V>rejectKeysValues in interface org.eclipse.collections.api.multimap.sortedbag.SortedBagMultimap<K,V>public org.eclipse.collections.api.multimap.sortedbag.ImmutableSortedBagMultimap<K,V> selectKeysMultiValues(org.eclipse.collections.api.block.predicate.Predicate2<? super K,? super Iterable<V>> predicate)
selectKeysMultiValues in interface org.eclipse.collections.api.multimap.bag.BagMultimap<K,V>selectKeysMultiValues in interface org.eclipse.collections.api.multimap.bag.ImmutableBagIterableMultimap<K,V>selectKeysMultiValues in interface org.eclipse.collections.api.multimap.ImmutableMultimap<K,V>selectKeysMultiValues in interface org.eclipse.collections.api.multimap.Multimap<K,V>selectKeysMultiValues in interface org.eclipse.collections.api.multimap.ordered.OrderedIterableMultimap<K,V>selectKeysMultiValues in interface org.eclipse.collections.api.multimap.ordered.ReversibleIterableMultimap<K,V>selectKeysMultiValues in interface org.eclipse.collections.api.multimap.ordered.SortedIterableMultimap<K,V>selectKeysMultiValues in interface org.eclipse.collections.api.multimap.sortedbag.ImmutableSortedBagMultimap<K,V>selectKeysMultiValues in interface org.eclipse.collections.api.multimap.sortedbag.SortedBagMultimap<K,V>public org.eclipse.collections.api.multimap.sortedbag.ImmutableSortedBagMultimap<K,V> rejectKeysMultiValues(org.eclipse.collections.api.block.predicate.Predicate2<? super K,? super Iterable<V>> predicate)
rejectKeysMultiValues in interface org.eclipse.collections.api.multimap.bag.BagMultimap<K,V>rejectKeysMultiValues in interface org.eclipse.collections.api.multimap.bag.ImmutableBagIterableMultimap<K,V>rejectKeysMultiValues in interface org.eclipse.collections.api.multimap.ImmutableMultimap<K,V>rejectKeysMultiValues in interface org.eclipse.collections.api.multimap.Multimap<K,V>rejectKeysMultiValues in interface org.eclipse.collections.api.multimap.ordered.OrderedIterableMultimap<K,V>rejectKeysMultiValues in interface org.eclipse.collections.api.multimap.ordered.ReversibleIterableMultimap<K,V>rejectKeysMultiValues in interface org.eclipse.collections.api.multimap.ordered.SortedIterableMultimap<K,V>rejectKeysMultiValues in interface org.eclipse.collections.api.multimap.sortedbag.ImmutableSortedBagMultimap<K,V>rejectKeysMultiValues in interface org.eclipse.collections.api.multimap.sortedbag.SortedBagMultimap<K,V>public <K2,V2> org.eclipse.collections.api.multimap.bag.ImmutableBagMultimap<K2,V2> collectKeysValues(org.eclipse.collections.api.block.function.Function2<? super K,? super V,org.eclipse.collections.api.tuple.Pair<K2,V2>> function)
collectKeysValues in interface org.eclipse.collections.api.multimap.bag.ImmutableBagIterableMultimap<K,V>collectKeysValues in interface org.eclipse.collections.api.multimap.ImmutableMultimap<K,V>collectKeysValues in interface org.eclipse.collections.api.multimap.Multimap<K,V>collectKeysValues in interface org.eclipse.collections.api.multimap.ordered.OrderedIterableMultimap<K,V>collectKeysValues in interface org.eclipse.collections.api.multimap.sortedbag.ImmutableSortedBagMultimap<K,V>collectKeysValues in interface org.eclipse.collections.api.multimap.sortedbag.SortedBagMultimap<K,V>public <V2> org.eclipse.collections.api.multimap.list.ImmutableListMultimap<K,V2> collectValues(org.eclipse.collections.api.block.function.Function<? super V,? extends V2> function)
collectValues in interface org.eclipse.collections.api.multimap.bag.ImmutableBagIterableMultimap<K,V>collectValues in interface org.eclipse.collections.api.multimap.ImmutableMultimap<K,V>collectValues in interface org.eclipse.collections.api.multimap.Multimap<K,V>collectValues in interface org.eclipse.collections.api.multimap.ordered.OrderedIterableMultimap<K,V>collectValues in interface org.eclipse.collections.api.multimap.ordered.ReversibleIterableMultimap<K,V>collectValues in interface org.eclipse.collections.api.multimap.ordered.SortedIterableMultimap<K,V>collectValues in interface org.eclipse.collections.api.multimap.sortedbag.ImmutableSortedBagMultimap<K,V>collectValues in interface org.eclipse.collections.api.multimap.sortedbag.SortedBagMultimap<K,V>Copyright © 2004–2018. All rights reserved.