public final class SynchronizedPutTreeSortedSetMultimap<K,V> extends AbstractSynchronizedPutMultimap<K,V,org.eclipse.collections.api.set.sorted.MutableSortedSet<V>> implements org.eclipse.collections.api.multimap.sortedset.MutableSortedSetMultimap<K,V>, Externalizable
| Constructor and Description |
|---|
SynchronizedPutTreeSortedSetMultimap() |
SynchronizedPutTreeSortedSetMultimap(Comparator<? super V> comparator) |
SynchronizedPutTreeSortedSetMultimap(Iterable<org.eclipse.collections.api.tuple.Pair<K,V>> inputIterable) |
SynchronizedPutTreeSortedSetMultimap(org.eclipse.collections.api.multimap.Multimap<? extends K,? extends V> multimap) |
SynchronizedPutTreeSortedSetMultimap(org.eclipse.collections.api.tuple.Pair<K,V>... pairs) |
| Modifier and Type | Method and Description |
|---|---|
<K2,V2> HashBagMultimap<K2,V2> |
collectKeysValues(org.eclipse.collections.api.block.function.Function2<? super K,? super V,org.eclipse.collections.api.tuple.Pair<K2,V2>> function) |
<V2> FastListMultimap<K,V2> |
collectValues(org.eclipse.collections.api.block.function.Function<? super V,? extends V2> function) |
Comparator<? super V> |
comparator() |
org.eclipse.collections.api.multimap.set.MutableSetMultimap<V,K> |
flip() |
SynchronizedPutTreeSortedSetMultimap<K,V> |
newEmpty() |
static <K,V> SynchronizedPutTreeSortedSetMultimap<K,V> |
newMultimap() |
static <K,V> SynchronizedPutTreeSortedSetMultimap<K,V> |
newMultimap(Comparator<? super V> comparator) |
static <K,V> SynchronizedPutTreeSortedSetMultimap<K,V> |
newMultimap(Iterable<org.eclipse.collections.api.tuple.Pair<K,V>> inputIterable) |
static <K,V> SynchronizedPutTreeSortedSetMultimap<K,V> |
newMultimap(org.eclipse.collections.api.multimap.Multimap<? extends K,? extends V> multimap) |
static <K,V> SynchronizedPutTreeSortedSetMultimap<K,V> |
newMultimap(org.eclipse.collections.api.tuple.Pair<K,V>... pairs) |
void |
readExternal(ObjectInput in) |
TreeSortedSetMultimap<K,V> |
rejectKeysMultiValues(org.eclipse.collections.api.block.predicate.Predicate2<? super K,? super Iterable<V>> predicate) |
TreeSortedSetMultimap<K,V> |
rejectKeysValues(org.eclipse.collections.api.block.predicate.Predicate2<? super K,? super V> predicate) |
TreeSortedSetMultimap<K,V> |
selectKeysMultiValues(org.eclipse.collections.api.block.predicate.Predicate2<? super K,? super Iterable<V>> predicate) |
TreeSortedSetMultimap<K,V> |
selectKeysValues(org.eclipse.collections.api.block.predicate.Predicate2<? super K,? super V> predicate) |
org.eclipse.collections.api.multimap.sortedset.ImmutableSortedSetMultimap<K,V> |
toImmutable() |
org.eclipse.collections.api.multimap.sortedset.MutableSortedSetMultimap<K,V> |
toMutable() |
void |
writeExternal(ObjectOutput out) |
put, sizeadd, clear, get, isEmpty, putAll, putAll, putAllPairs, remove, removeAll, replaceValues, sizeDistinct, toMap, toMapcollectKeysValues, collectValues, containsKey, containsKeyAndValue, containsValue, equals, forEachKey, forEachKeyMultiValues, forEachKeyValue, forEachValue, hashCode, keyBag, keyMultiValuePairsView, keysView, keyValuePairsView, multiValuesView, notEmpty, rejectKeysMultiValues, rejectKeysValues, selectKeysMultiValues, selectKeysValues, toString, valuesViewget, removeAll, replaceValuesadd, clear, put, putAll, putAll, putAllPairs, removecollectKeysValues, 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 SynchronizedPutTreeSortedSetMultimap()
public SynchronizedPutTreeSortedSetMultimap(Comparator<? super V> comparator)
public SynchronizedPutTreeSortedSetMultimap(org.eclipse.collections.api.multimap.Multimap<? extends K,? extends V> multimap)
public SynchronizedPutTreeSortedSetMultimap(org.eclipse.collections.api.tuple.Pair<K,V>... pairs)
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizablewriteExternal in class AbstractMutableMultimap<K,V,org.eclipse.collections.api.set.sorted.MutableSortedSet<V>>IOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class AbstractMutableMultimap<K,V,org.eclipse.collections.api.set.sorted.MutableSortedSet<V>>IOExceptionClassNotFoundExceptionpublic static <K,V> SynchronizedPutTreeSortedSetMultimap<K,V> newMultimap(Comparator<? super V> comparator)
public static <K,V> SynchronizedPutTreeSortedSetMultimap<K,V> newMultimap()
public static <K,V> SynchronizedPutTreeSortedSetMultimap<K,V> newMultimap(org.eclipse.collections.api.multimap.Multimap<? extends K,? extends V> multimap)
public static <K,V> SynchronizedPutTreeSortedSetMultimap<K,V> newMultimap(org.eclipse.collections.api.tuple.Pair<K,V>... pairs)
public static <K,V> SynchronizedPutTreeSortedSetMultimap<K,V> newMultimap(Iterable<org.eclipse.collections.api.tuple.Pair<K,V>> inputIterable)
public SynchronizedPutTreeSortedSetMultimap<K,V> newEmpty()
newEmpty in interface org.eclipse.collections.api.multimap.Multimap<K,V>newEmpty in interface org.eclipse.collections.api.multimap.MutableMultimap<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.set.MutableSetIterableMultimap<K,V>newEmpty in interface org.eclipse.collections.api.multimap.set.SetMultimap<K,V>newEmpty in interface org.eclipse.collections.api.multimap.sortedset.MutableSortedSetMultimap<K,V>newEmpty in interface org.eclipse.collections.api.multimap.sortedset.SortedSetMultimap<K,V>public Comparator<? super V> comparator()
public org.eclipse.collections.api.multimap.sortedset.MutableSortedSetMultimap<K,V> toMutable()
public org.eclipse.collections.api.multimap.sortedset.ImmutableSortedSetMultimap<K,V> toImmutable()
public TreeSortedSetMultimap<K,V> selectKeysValues(org.eclipse.collections.api.block.predicate.Predicate2<? super K,? super V> predicate)
selectKeysValues in interface org.eclipse.collections.api.multimap.Multimap<K,V>selectKeysValues in interface org.eclipse.collections.api.multimap.MutableMultimap<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.set.MutableSetIterableMultimap<K,V>selectKeysValues in interface org.eclipse.collections.api.multimap.set.SetMultimap<K,V>selectKeysValues in interface org.eclipse.collections.api.multimap.sortedset.MutableSortedSetMultimap<K,V>selectKeysValues in interface org.eclipse.collections.api.multimap.sortedset.SortedSetMultimap<K,V>public TreeSortedSetMultimap<K,V> rejectKeysValues(org.eclipse.collections.api.block.predicate.Predicate2<? super K,? super V> predicate)
rejectKeysValues in interface org.eclipse.collections.api.multimap.Multimap<K,V>rejectKeysValues in interface org.eclipse.collections.api.multimap.MutableMultimap<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.set.MutableSetIterableMultimap<K,V>rejectKeysValues in interface org.eclipse.collections.api.multimap.set.SetMultimap<K,V>rejectKeysValues in interface org.eclipse.collections.api.multimap.sortedset.MutableSortedSetMultimap<K,V>rejectKeysValues in interface org.eclipse.collections.api.multimap.sortedset.SortedSetMultimap<K,V>public TreeSortedSetMultimap<K,V> selectKeysMultiValues(org.eclipse.collections.api.block.predicate.Predicate2<? super K,? super Iterable<V>> predicate)
selectKeysMultiValues in interface org.eclipse.collections.api.multimap.Multimap<K,V>selectKeysMultiValues in interface org.eclipse.collections.api.multimap.MutableMultimap<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.set.MutableSetIterableMultimap<K,V>selectKeysMultiValues in interface org.eclipse.collections.api.multimap.set.SetMultimap<K,V>selectKeysMultiValues in interface org.eclipse.collections.api.multimap.sortedset.MutableSortedSetMultimap<K,V>selectKeysMultiValues in interface org.eclipse.collections.api.multimap.sortedset.SortedSetMultimap<K,V>public TreeSortedSetMultimap<K,V> rejectKeysMultiValues(org.eclipse.collections.api.block.predicate.Predicate2<? super K,? super Iterable<V>> predicate)
rejectKeysMultiValues in interface org.eclipse.collections.api.multimap.Multimap<K,V>rejectKeysMultiValues in interface org.eclipse.collections.api.multimap.MutableMultimap<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.set.MutableSetIterableMultimap<K,V>rejectKeysMultiValues in interface org.eclipse.collections.api.multimap.set.SetMultimap<K,V>rejectKeysMultiValues in interface org.eclipse.collections.api.multimap.sortedset.MutableSortedSetMultimap<K,V>rejectKeysMultiValues in interface org.eclipse.collections.api.multimap.sortedset.SortedSetMultimap<K,V>public <K2,V2> HashBagMultimap<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.Multimap<K,V>collectKeysValues in interface org.eclipse.collections.api.multimap.MutableMultimap<K,V>collectKeysValues in interface org.eclipse.collections.api.multimap.ordered.OrderedIterableMultimap<K,V>collectKeysValues in interface org.eclipse.collections.api.multimap.set.MutableSetIterableMultimap<K,V>collectKeysValues in interface org.eclipse.collections.api.multimap.sortedset.MutableSortedSetMultimap<K,V>collectKeysValues in interface org.eclipse.collections.api.multimap.sortedset.SortedSetMultimap<K,V>public <V2> FastListMultimap<K,V2> collectValues(org.eclipse.collections.api.block.function.Function<? super V,? extends V2> function)
collectValues in interface org.eclipse.collections.api.multimap.Multimap<K,V>collectValues in interface org.eclipse.collections.api.multimap.MutableMultimap<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.set.MutableSetIterableMultimap<K,V>collectValues in interface org.eclipse.collections.api.multimap.sortedset.MutableSortedSetMultimap<K,V>collectValues in interface org.eclipse.collections.api.multimap.sortedset.SortedSetMultimap<K,V>public org.eclipse.collections.api.multimap.set.MutableSetMultimap<V,K> flip()
flip in interface org.eclipse.collections.api.multimap.Multimap<K,V>flip in interface org.eclipse.collections.api.multimap.MutableMultimap<K,V>flip in interface org.eclipse.collections.api.multimap.set.MutableSetIterableMultimap<K,V>flip in interface org.eclipse.collections.api.multimap.set.SetMultimap<K,V>flip in interface org.eclipse.collections.api.multimap.sortedset.MutableSortedSetMultimap<K,V>Copyright © 2004–2017. All rights reserved.