Uses of Interface
org.eclipse.collections.api.ordered.SortedIterable
Packages that use SortedIterable
Package
Description
This package contains interfaces for SortedBag API.
This package contains interfaces for sorted set API.
This package contains implementations of
MutableSortedBag.This package contains implementations of
ImmutableSortedSet.This package contains implementations of
MutableSortedSet.-
Uses of SortedIterable in org.eclipse.collections.api.bag.sorted
Subinterfaces of SortedIterable in org.eclipse.collections.api.bag.sortedModifier and TypeInterfaceDescriptioninterfaceImmutableSortedBag is the non-modifiable equivalent interface toMutableSortedBag.interfaceinterfaceSortedBag<T>An Iterable whose elements are sorted by some comparator or their natural ordering and may contain duplicate entries. -
Uses of SortedIterable in org.eclipse.collections.api.multimap.ordered
Methods in org.eclipse.collections.api.multimap.ordered that return SortedIterable -
Uses of SortedIterable in org.eclipse.collections.api.ordered
Methods in org.eclipse.collections.api.ordered that return SortedIterableModifier and TypeMethodDescriptionSortedIterable.distinct()Returns a newSortedIterablecontaining the distinct elements in this iterable.Returns the final elements that do not satisfy the Predicate.<P> SortedIterable<T> SortedIterable.rejectWith(Predicate2<? super T, ? super P> predicate, P parameter) <S> SortedIterable<S> SortedIterable.selectInstancesOf(Class<S> clazz) <P> SortedIterable<T> SortedIterable.selectWith(Predicate2<? super T, ? super P> predicate, P parameter) Returns the initial elements that satisfy the Predicate.SortedIterable.zipWithIndex() -
Uses of SortedIterable in org.eclipse.collections.api.partition.ordered
Methods in org.eclipse.collections.api.partition.ordered that return SortedIterableModifier and TypeMethodDescriptionPartitionSortedIterable.getRejected()PartitionSortedIterable.getSelected() -
Uses of SortedIterable in org.eclipse.collections.api.set.sorted
Subinterfaces of SortedIterable 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.interfaceAn iterable whose items are unique and sorted by some comparator or their natural ordering. -
Uses of SortedIterable in org.eclipse.collections.impl.bag.sorted.immutable
Classes in org.eclipse.collections.impl.bag.sorted.immutable that implement SortedIterableModifier and TypeClassDescription(package private) class(package private) class(package private) class -
Uses of SortedIterable in org.eclipse.collections.impl.bag.sorted.mutable
Classes in org.eclipse.collections.impl.bag.sorted.mutable that implement SortedIterableModifier and TypeClassDescriptionclassclassA synchronized view of aMutableSortedBag.classTreeBag<T>A TreeBag is a MutableSortedBag which uses a SortedMap as its underlying data store.classAn unmodifiable view of a SortedBag. -
Uses of SortedIterable in org.eclipse.collections.impl.set.sorted.immutable
Classes in org.eclipse.collections.impl.set.sorted.immutable that implement SortedIterableModifier 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 class -
Uses of SortedIterable in org.eclipse.collections.impl.set.sorted.mutable
Classes in org.eclipse.collections.impl.set.sorted.mutable that implement SortedIterableModifier 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.