Uses of Interface
org.eclipse.collections.api.set.sorted.MutableSortedSet
Packages that use MutableSortedSet
Package
Description
This package contains interfaces for Eclipse Collections API.
This package contains interfaces for SortedBag API.
This package contains
ImmutableSortedSetFactory and MutableSortedSetFactory.This package contains interfaces for
SortedSetMultimap.This package contains interfaces for
PartitionSortedSet.This package contains interfaces for sorted set API.
-
Uses of MutableSortedSet in org.eclipse.collections.api
Methods in org.eclipse.collections.api that return MutableSortedSetModifier and TypeMethodDescriptionParallelIterable.toSortedSet()ParallelIterable.toSortedSet(Comparator<? super T> comparator) RichIterable.toSortedSet()Converts the collection to a MutableSortedSet implementation and sorts it using the natural order of the elements.RichIterable.toSortedSet(Comparator<? super T> comparator) Converts the collection to a MutableSortedSet implementation and sorts it using the specified comparator.<V extends Comparable<? super V>>
MutableSortedSet<T>ParallelIterable.toSortedSetBy(Function<? super T, ? extends V> function) default <V extends Comparable<? super V>>
MutableSortedSet<T>RichIterable.toSortedSetBy(Function<? super T, ? extends V> function) Converts the collection to a MutableSortedSet implementation and sorts it based on the natural order of the attribute returned byfunction. -
Uses of MutableSortedSet in org.eclipse.collections.api.bag.sorted
Methods in org.eclipse.collections.api.bag.sorted that return MutableSortedSetModifier and TypeMethodDescriptionMutableSortedBag.distinct()default MutableSortedSet<T>MutableSortedBag.selectUnique()MutableSortedBag.zipWithIndex() -
Uses of MutableSortedSet in org.eclipse.collections.api.factory.set.sorted
Methods in org.eclipse.collections.api.factory.set.sorted that return MutableSortedSetModifier and TypeMethodDescription<T> MutableSortedSet<T>MutableSortedSetFactory.empty()<T> MutableSortedSet<T>MutableSortedSetFactory.empty(Comparator<? super T> comparator) <T> MutableSortedSet<T>MutableSortedSetFactory.of()Same asMutableSortedSetFactory.empty().<T> MutableSortedSet<T>MutableSortedSetFactory.of(Comparator<? super T> comparator) <T> MutableSortedSet<T>MutableSortedSetFactory.of(Comparator<? super T> comparator, T... items) <T> MutableSortedSet<T>MutableSortedSetFactory.of(T... items) <T> MutableSortedSet<T><T> MutableSortedSet<T>MutableSortedSetFactory.ofAll(Comparator<? super T> comparator, Iterable<? extends T> items) <T> MutableSortedSet<T>MutableSortedSetFactory.with()Same asMutableSortedSetFactory.empty().<T> MutableSortedSet<T>MutableSortedSetFactory.with(Comparator<? super T> comparator) <T> MutableSortedSet<T>MutableSortedSetFactory.with(Comparator<? super T> comparator, T... items) <T> MutableSortedSet<T>MutableSortedSetFactory.with(T... items) <T> MutableSortedSet<T><T> MutableSortedSet<T>MutableSortedSetFactory.withAll(Comparator<? super T> comparator, Iterable<? extends T> items) -
Uses of MutableSortedSet in org.eclipse.collections.api.multimap.sortedset
Methods in org.eclipse.collections.api.multimap.sortedset that return MutableSortedSetModifier and TypeMethodDescriptionMutableSortedSetMultimap.getIfAbsentPutAll(K key, Iterable<? extends V> values) MutableSortedSetMultimap.replaceValues(K key, Iterable<? extends V> values) -
Uses of MutableSortedSet in org.eclipse.collections.api.partition.set.sorted
Methods in org.eclipse.collections.api.partition.set.sorted that return MutableSortedSetModifier and TypeMethodDescriptionPartitionMutableSortedSet.getRejected()PartitionMutableSortedSet.getSelected() -
Uses of MutableSortedSet in org.eclipse.collections.api.set.sorted
Methods in org.eclipse.collections.api.set.sorted that return MutableSortedSetModifier and TypeMethodDescriptionMutableSortedSet.asSynchronized()MutableSortedSet.asUnmodifiable()Returns an unmodifiable view of the set.MutableSortedSet.clone()MutableSortedSet.difference(SetIterable<? extends T> subtrahendSet) MutableSortedSet.distinct()MutableSortedSet.drop(int count) MutableSortedSet.intersect(SetIterable<? extends T> set) MutableSortedSet.newEmpty()MutableSortedSet.powerSet()<P> MutableSortedSet<T>MutableSortedSet.rejectWith(Predicate2<? super T, ? super P> predicate, P parameter) <S> MutableSortedSet<S>MutableSortedSet.selectInstancesOf(Class<S> clazz) <P> MutableSortedSet<T>MutableSortedSet.selectWith(Predicate2<? super T, ? super P> predicate, P parameter) MutableSortedSet.symmetricDifference(SetIterable<? extends T> setB) MutableSortedSet.take(int count) MutableSortedSet.toReversed()MutableSortedSet.union(SetIterable<? extends T> set) default MutableSortedSet<T>default MutableSortedSet<T>default MutableSortedSet<T>default MutableSortedSet<T>MutableSortedSet.withoutAll(Iterable<? extends T> elements) MutableSortedSet.zipWithIndex()