public final class SynchronizedPutTreeSortedSetMultimap<K,V> extends AbstractSynchronizedPutMultimap<K,V,MutableSortedSet<V>> implements MutableSortedSetMultimap<K,V>, Externalizable
| Constructor and Description |
|---|
SynchronizedPutTreeSortedSetMultimap() |
SynchronizedPutTreeSortedSetMultimap(Comparator<? super V> comparator) |
SynchronizedPutTreeSortedSetMultimap(Iterable<Pair<K,V>> inputIterable) |
SynchronizedPutTreeSortedSetMultimap(Multimap<? extends K,? extends V> multimap) |
SynchronizedPutTreeSortedSetMultimap(Pair<K,V>... pairs) |
getIfAbsentPutAll, put, sizeclear, get, isEmpty, keySet, putAll, putAll, remove, removeAll, replaceValues, sizeDistinct, toMap, toMapcollectKeyMultiValues, collectKeysValues, collectValues, containsKey, containsKeyAndValue, containsValue, equals, forEachKey, forEachKeyMultiValues, forEachKeyValue, forEachValue, hashCode, keyBag, keyMultiValuePairsView, keysView, keyValuePairsView, multiValuesView, notEmpty, rejectKeysMultiValues, rejectKeysValues, selectKeysMultiValues, selectKeysValues, toString, valuesViewget, getIfAbsentPutAll, removeAll, replaceValues, withKeyValueadd, clear, put, putAll, putAll, putAllPairs, putAllPairs, removecollectKeyMultiValues, collectKeysValues, collectValues, containsKey, containsKeyAndValue, containsValue, equals, forEachKey, forEachKeyMultiValues, forEachKeyValue, forEachValue, hashCode, isEmpty, keyBag, keyMultiValuePairsView, keySet, keysView, keyValuePairsView, multiValuesView, notEmpty, rejectKeysMultiValues, rejectKeysValues, selectKeysMultiValues, selectKeysValues, size, sizeDistinct, toMap, toMap, valuesViewpublic SynchronizedPutTreeSortedSetMultimap()
public SynchronizedPutTreeSortedSetMultimap(Comparator<? super V> comparator)
public SynchronizedPutTreeSortedSetMultimap(Multimap<? extends K,? extends V> multimap)
public SynchronizedPutTreeSortedSetMultimap(Pair<K,V>... pairs)
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizablewriteExternal in class AbstractMutableMultimap<K,V,MutableSortedSet<V>>IOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class AbstractMutableMultimap<K,V,MutableSortedSet<V>>IOExceptionClassNotFoundExceptionpublic SynchronizedPutTreeSortedSetMultimap<K,V> withKeyMultiValues(K key, V... values)
withKeyMultiValues in interface MutableMultimap<K,V>withKeyMultiValues in interface MutableSetIterableMultimap<K,V>withKeyMultiValues in interface MutableSortedSetMultimap<K,V>withKeyMultiValues in class AbstractSynchronizedPutMultimap<K,V,MutableSortedSet<V>>public 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(Multimap<? extends K,? extends V> multimap)
public static <K,V> SynchronizedPutTreeSortedSetMultimap<K,V> newMultimap(Pair<K,V>... pairs)
public static <K,V> SynchronizedPutTreeSortedSetMultimap<K,V> newMultimap(Iterable<Pair<K,V>> inputIterable)
public SynchronizedPutTreeSortedSetMultimap<K,V> newEmpty()
newEmpty in interface Multimap<K,V>newEmpty in interface MutableMultimap<K,V>newEmpty in interface OrderedIterableMultimap<K,V>newEmpty in interface ReversibleIterableMultimap<K,V>newEmpty in interface SortedIterableMultimap<K,V>newEmpty in interface MutableSetIterableMultimap<K,V>newEmpty in interface SetMultimap<K,V>newEmpty in interface MutableSortedSetMultimap<K,V>newEmpty in interface SortedSetMultimap<K,V>public Comparator<? super V> comparator()
comparator in interface SortedIterableMultimap<K,V>public MutableSortedSetMultimap<K,V> toMutable()
public ImmutableSortedSetMultimap<K,V> toImmutable()
toImmutable in interface Multimap<K,V>toImmutable in interface SortedSetMultimap<K,V>public TreeSortedSetMultimap<K,V> selectKeysValues(Predicate2<? super K,? super V> predicate)
selectKeysValues in interface Multimap<K,V>selectKeysValues in interface MutableMultimap<K,V>selectKeysValues in interface OrderedIterableMultimap<K,V>selectKeysValues in interface ReversibleIterableMultimap<K,V>selectKeysValues in interface SortedIterableMultimap<K,V>selectKeysValues in interface MutableSetIterableMultimap<K,V>selectKeysValues in interface SetMultimap<K,V>selectKeysValues in interface MutableSortedSetMultimap<K,V>selectKeysValues in interface SortedSetMultimap<K,V>public TreeSortedSetMultimap<K,V> rejectKeysValues(Predicate2<? super K,? super V> predicate)
rejectKeysValues in interface Multimap<K,V>rejectKeysValues in interface MutableMultimap<K,V>rejectKeysValues in interface OrderedIterableMultimap<K,V>rejectKeysValues in interface ReversibleIterableMultimap<K,V>rejectKeysValues in interface SortedIterableMultimap<K,V>rejectKeysValues in interface MutableSetIterableMultimap<K,V>rejectKeysValues in interface SetMultimap<K,V>rejectKeysValues in interface MutableSortedSetMultimap<K,V>rejectKeysValues in interface SortedSetMultimap<K,V>public TreeSortedSetMultimap<K,V> selectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
selectKeysMultiValues in interface Multimap<K,V>selectKeysMultiValues in interface MutableMultimap<K,V>selectKeysMultiValues in interface OrderedIterableMultimap<K,V>selectKeysMultiValues in interface ReversibleIterableMultimap<K,V>selectKeysMultiValues in interface SortedIterableMultimap<K,V>selectKeysMultiValues in interface MutableSetIterableMultimap<K,V>selectKeysMultiValues in interface SetMultimap<K,V>selectKeysMultiValues in interface MutableSortedSetMultimap<K,V>selectKeysMultiValues in interface SortedSetMultimap<K,V>public TreeSortedSetMultimap<K,V> rejectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
rejectKeysMultiValues in interface Multimap<K,V>rejectKeysMultiValues in interface MutableMultimap<K,V>rejectKeysMultiValues in interface OrderedIterableMultimap<K,V>rejectKeysMultiValues in interface ReversibleIterableMultimap<K,V>rejectKeysMultiValues in interface SortedIterableMultimap<K,V>rejectKeysMultiValues in interface MutableSetIterableMultimap<K,V>rejectKeysMultiValues in interface SetMultimap<K,V>rejectKeysMultiValues in interface MutableSortedSetMultimap<K,V>rejectKeysMultiValues in interface SortedSetMultimap<K,V>public <K2,V2> HashBagMultimap<K2,V2> collectKeysValues(Function2<? super K,? super V,Pair<K2,V2>> function)
collectKeysValues in interface Multimap<K,V>collectKeysValues in interface MutableMultimap<K,V>collectKeysValues in interface OrderedIterableMultimap<K,V>collectKeysValues in interface MutableSetIterableMultimap<K,V>collectKeysValues in interface MutableSortedSetMultimap<K,V>collectKeysValues in interface SortedSetMultimap<K,V>public <K2,V2> HashBagMultimap<K2,V2> collectKeyMultiValues(Function<? super K,? extends K2> keyFunction, Function<? super V,? extends V2> valueFunction)
collectKeyMultiValues in interface Multimap<K,V>collectKeyMultiValues in interface MutableMultimap<K,V>collectKeyMultiValues in interface OrderedIterableMultimap<K,V>collectKeyMultiValues in interface MutableSetIterableMultimap<K,V>collectKeyMultiValues in interface MutableSortedSetMultimap<K,V>collectKeyMultiValues in interface SortedSetMultimap<K,V>public <V2> FastListMultimap<K,V2> collectValues(Function<? super V,? extends V2> function)
collectValues in interface Multimap<K,V>collectValues in interface MutableMultimap<K,V>collectValues in interface OrderedIterableMultimap<K,V>collectValues in interface ReversibleIterableMultimap<K,V>collectValues in interface SortedIterableMultimap<K,V>collectValues in interface MutableSetIterableMultimap<K,V>collectValues in interface MutableSortedSetMultimap<K,V>collectValues in interface SortedSetMultimap<K,V>public MutableSetMultimap<V,K> flip()
flip in interface Multimap<K,V>flip in interface MutableMultimap<K,V>flip in interface MutableSetIterableMultimap<K,V>flip in interface SetMultimap<K,V>flip in interface MutableSortedSetMultimap<K,V>public MutableSortedSetMultimap<K,V> asSynchronized()
asSynchronized in interface MutableMultimap<K,V>asSynchronized in interface MutableSetIterableMultimap<K,V>asSynchronized in interface MutableSortedSetMultimap<K,V>Copyright © 2004–2022. All rights reserved.