Uses of Interface
io.vavr.collection.SortedMultimap
Packages that use SortedMultimap
-
Uses of SortedMultimap in io.vavr.collection
Classes in io.vavr.collection that implement SortedMultimapMethods in io.vavr.collection that return SortedMultimapModifier and TypeMethodDescriptionSortedMultimap.distinct()
SortedMultimap.distinctBy
(Comparator<? super Tuple2<K, V>> comparator) <U> SortedMultimap
<K, V> SortedMultimap.distinctBy
(Function<? super Tuple2<K, V>, ? extends U> keyExtractor) SortedMultimap.drop
(int n) SortedMultimap.dropRight
(int n) SortedMultimap.filter
(BiPredicate<? super K, ? super V> predicate) SortedMultimap.filterKeys
(Predicate<? super K> predicate) SortedMultimap.filterValues
(Predicate<? super V> predicate) SortedMultimap.init()
<K2 extends K,
V2 extends V>
SortedMultimap<K, V> SortedMultimap.merge
(Multimap<K2, V2> that, BiFunction<Traversable<V>, Traversable<V2>, Traversable<V>> collisionResolution) static <K,
V> SortedMultimap <K, V> SortedMultimap.narrow
(SortedMultimap<? extends K, ? extends V> map) Narrows a widenedSortedMultimap<? extends K, ? extends V>
toSortedMultimap<K, V>
by performing a type-safe cast.SortedMultimap.reject
(BiPredicate<? super K, ? super V> predicate) SortedMultimap.rejectKeys
(Predicate<? super K> predicate) SortedMultimap.rejectValues
(Predicate<? super V> predicate) SortedMultimap.removeAll
(BiPredicate<? super K, ? super V> predicate) Deprecated.SortedMultimap.removeKeys
(Predicate<? super K> predicate) Deprecated.SortedMultimap.removeValues
(Predicate<? super V> predicate) Deprecated.SortedMultimap.replaceAll
(BiFunction<? super K, ? super V, ? extends V> function) SortedMultimap.replaceValue
(K key, V value) SortedMultimap.scan
(Tuple2<K, V> zero, BiFunction<? super Tuple2<K, V>, ? super Tuple2<K, V>, ? extends Tuple2<K, V>> operation) SortedMultimap.tail()
SortedMultimap.take
(int n) SortedMultimap.takeRight
(int n) Methods in io.vavr.collection that return types with arguments of type SortedMultimapModifier and TypeMethodDescription<C> Map
<C, ? extends SortedMultimap<K, V>> Iterator
<? extends SortedMultimap<K, V>> SortedMultimap.grouped
(int size) Option
<? extends SortedMultimap<K, V>> SortedMultimap.initOption()
Tuple2
<? extends SortedMultimap<K, V>, ? extends SortedMultimap<K, V>> Tuple2
<? extends SortedMultimap<K, V>, ? extends SortedMultimap<K, V>> Iterator
<? extends SortedMultimap<K, V>> Iterator
<? extends SortedMultimap<K, V>> SortedMultimap.sliding
(int size) Iterator
<? extends SortedMultimap<K, V>> SortedMultimap.sliding
(int size, int step) Tuple2
<? extends SortedMultimap<K, V>, ? extends SortedMultimap<K, V>> Tuple2
<? extends SortedMultimap<K, V>, ? extends SortedMultimap<K, V>> Option
<? extends SortedMultimap<K, V>> SortedMultimap.tailOption()
Methods in io.vavr.collection with parameters of type SortedMultimapModifier and TypeMethodDescriptionstatic <K,
V> SortedMultimap <K, V> SortedMultimap.narrow
(SortedMultimap<? extends K, ? extends V> map) Narrows a widenedSortedMultimap<? extends K, ? extends V>
toSortedMultimap<K, V>
by performing a type-safe cast.