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.
-
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.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