Uses of Interface
org.eclipse.collections.api.set.sorted.SortedSetIterable
Packages that use SortedSetIterable
Package
Description
This package contains interfaces for SortedBag API.
This package contains interfaces for
SortedSetMultimap.This package contains interfaces for
PartitionSortedSet.This package contains interfaces for sorted set API.
This package contains factory implementations for
Function, Predicate, SerializableComparator and Procedure.This package contains implementations of
ImmutableSortedSet.This package contains implementations of
MutableSortedSet.This package contains static utilities that provide internal iteration pattern implementations which work with JCF collections.
-
Uses of SortedSetIterable in org.eclipse.collections.api.bag.sorted
Methods in org.eclipse.collections.api.bag.sorted that return SortedSetIterableModifier and TypeMethodDescriptionSortedBag.distinct()SortedBag.selectUnique()SortedBag.zipWithIndex() -
Uses of SortedSetIterable in org.eclipse.collections.api.multimap.sortedset
Methods in org.eclipse.collections.api.multimap.sortedset that return SortedSetIterable -
Uses of SortedSetIterable in org.eclipse.collections.api.partition.set.sorted
Methods in org.eclipse.collections.api.partition.set.sorted that return SortedSetIterableModifier and TypeMethodDescriptionPartitionSortedSet.getRejected()PartitionSortedSet.getSelected() -
Uses of SortedSetIterable in org.eclipse.collections.api.set.sorted
Subinterfaces of SortedSetIterable in org.eclipse.collections.api.set.sortedModifier and TypeInterfaceDescriptioninterfaceImmutableSortedSet is the non-modifiable equivalent interface toMutableSortedSet.interfaceA MutableSortedSet is an implementation of a JCF SortedSet which provides methods matching the Smalltalk Collection protocol.Subinterfaces with type arguments of type SortedSetIterable in org.eclipse.collections.api.set.sortedModifier and TypeInterfaceDescriptioninterfaceAn iterable whose items are unique and sorted by some comparator or their natural ordering.Methods in org.eclipse.collections.api.set.sorted that return SortedSetIterableModifier and TypeMethodDescriptionSortedSetIterable.difference(SetIterable<? extends T> subtrahendSet) Returns the set of all members ofthisthat are not members ofsubtrahendSet.SortedSetIterable.distinct()SortedSetIterable.drop(int count) SortedSetIterable.intersect(SetIterable<? extends T> set) Returns the set of all objects that are members of boththisandset.SortedSetIterable.powerSet()Returns the set whose members are all possible subsets ofthis.<P> SortedSetIterable<T> SortedSetIterable.rejectWith(Predicate2<? super T, ? super P> predicate, P parameter) <S> SortedSetIterable<S> SortedSetIterable.selectInstancesOf(Class<S> clazz) <P> SortedSetIterable<T> SortedSetIterable.selectWith(Predicate2<? super T, ? super P> predicate, P parameter) SortedSetIterable.symmetricDifference(SetIterable<? extends T> setB) Returns the set of all objects that are a member of exactly one ofthisandsetB(elements which are in one of the sets, but not in both).SortedSetIterable.take(int count) SortedSetIterable.toReversed()SortedSetIterable.union(SetIterable<? extends T> set) Returns the set of all objects that are a member ofthisorsetor both.SortedSetIterable.zipWithIndex()Methods in org.eclipse.collections.api.set.sorted that return types with arguments of type SortedSetIterable -
Uses of SortedSetIterable in org.eclipse.collections.impl.block.factory
Classes in org.eclipse.collections.impl.block.factory that implement interfaces with type arguments of type SortedSetIterableMethods in org.eclipse.collections.impl.block.factory that return types with arguments of type SortedSetIterableModifier and TypeMethodDescriptionstatic <T> SerializableComparator<SortedSetIterable<T>> Comparators.powerSet()Methods in org.eclipse.collections.impl.block.factory with parameters of type SortedSetIterableModifier and TypeMethodDescriptionintComparators.PowerSetComparator.compare(SortedSetIterable<T> setA, SortedSetIterable<T> setB) -
Uses of SortedSetIterable in org.eclipse.collections.impl.lazy.parallel.set.sorted
Subclasses with type arguments of type SortedSetIterable in org.eclipse.collections.impl.lazy.parallel.set.sortedConstructors in org.eclipse.collections.impl.lazy.parallel.set.sorted with parameters of type SortedSetIterable -
Uses of SortedSetIterable in org.eclipse.collections.impl.set.sorted.immutable
Classes in org.eclipse.collections.impl.set.sorted.immutable that implement SortedSetIterableModifier and TypeClassDescription(package private) classThis class is the parent class for all ImmutableSortedSets.(package private) final classThis is a zero elementImmutableSortedSetwhich is created by calling the SortedSets.immutable.empty() method.(package private) final classMethods in org.eclipse.collections.impl.set.sorted.immutable that return types with arguments of type SortedSetIterableMethods in org.eclipse.collections.impl.set.sorted.immutable with parameters of type SortedSetIterableModifier and TypeMethodDescriptionintImmutableEmptySortedSet.compareTo(SortedSetIterable<T> o) intImmutableTreeSet.compareTo(SortedSetIterable<T> otherSet) -
Uses of SortedSetIterable in org.eclipse.collections.impl.set.sorted.mutable
Classes in org.eclipse.collections.impl.set.sorted.mutable that implement SortedSetIterableModifier and TypeClassDescriptionfinal classThis class provides a MutableSortedSet wrapper around a JDK Collections SortedSet interface instance.classA synchronized view of aMutableSortedSet.classclassAn unmodifiable view of a SortedSet.Methods in org.eclipse.collections.impl.set.sorted.mutable that return types with arguments of type SortedSetIterableModifier and TypeMethodDescriptionSortedSetAdapter.powerSet()SynchronizedSortedSet.powerSet()TreeSortedSet.powerSet()UnmodifiableSortedSet.powerSet()Methods in org.eclipse.collections.impl.set.sorted.mutable with parameters of type SortedSetIterableModifier and TypeMethodDescriptionintSortedSetAdapter.compareTo(SortedSetIterable<T> o) intSynchronizedSortedSet.compareTo(SortedSetIterable<T> o) intTreeSortedSet.compareTo(SortedSetIterable<T> otherSet) intUnmodifiableSortedSet.compareTo(SortedSetIterable<T> o) -
Uses of SortedSetIterable in org.eclipse.collections.impl.utility.internal
Methods in org.eclipse.collections.impl.utility.internal with parameters of type SortedSetIterableModifier and TypeMethodDescriptionstatic <T> intSortedSetIterables.compare(SortedSetIterable<T> setA, SortedSetIterable<T> setB)