Uses of Interface
org.eclipse.collections.api.bag.sorted.SortedBag
Packages that use SortedBag
Package
Description
This package contains interfaces for SortedBag API.
This package contains interfaces for
SortedBagMultimap.This package contains interfaces for
PartitionSortedBag.This package contains implementations of
MutableSortedBag.This package contains
SerializeTestHelper and Verify classes.This package contains static utilities that provide internal iteration pattern implementations which work with JCF collections.
-
Uses of SortedBag in org.eclipse.collections.api.bag.sorted
Subinterfaces of SortedBag in org.eclipse.collections.api.bag.sortedModifier and TypeInterfaceDescriptioninterfaceImmutableSortedBag is the non-modifiable equivalent interface toMutableSortedBag.interfaceSubinterfaces with type arguments of type SortedBag in org.eclipse.collections.api.bag.sortedModifier and TypeInterfaceDescriptioninterfaceSortedBag<T>An Iterable whose elements are sorted by some comparator or their natural ordering and may contain duplicate entries.Methods in org.eclipse.collections.api.bag.sorted that return SortedBagModifier and TypeMethodDescriptionSortedBag.drop(int count) SortedBag.rejectWith(Predicate2<? super T, ? super P> predicate, P parameter) SortedBag.selectByOccurrences(IntPredicate predicate) SortedBag.selectDuplicates()<S> SortedBag<S> SortedBag.selectInstancesOf(Class<S> clazz) SortedBag.selectWith(Predicate2<? super T, ? super P> predicate, P parameter) SortedBag.take(int count) SortedBag.toReversed() -
Uses of SortedBag in org.eclipse.collections.api.factory.bag.sorted
Methods in org.eclipse.collections.api.factory.bag.sorted with parameters of type SortedBagModifier and TypeMethodDescription<T> ImmutableSortedBag<T> ImmutableSortedBagFactory.ofSortedBag(SortedBag<T> bag) <T> ImmutableSortedBag<T> ImmutableSortedBagFactory.withSortedBag(SortedBag<T> bag) -
Uses of SortedBag in org.eclipse.collections.api.multimap.sortedbag
Methods in org.eclipse.collections.api.multimap.sortedbag that return SortedBag -
Uses of SortedBag in org.eclipse.collections.api.partition.bag.sorted
Methods in org.eclipse.collections.api.partition.bag.sorted that return SortedBagModifier and TypeMethodDescriptionPartitionSortedBag.getRejected()PartitionSortedBag.getSelected() -
Uses of SortedBag in org.eclipse.collections.impl.bag.sorted.immutable
Classes in org.eclipse.collections.impl.bag.sorted.immutable that implement SortedBagModifier and TypeClassDescription(package private) class(package private) class(package private) classMethods in org.eclipse.collections.impl.bag.sorted.immutable with parameters of type SortedBagModifier and TypeMethodDescriptionintint<T> ImmutableSortedBag<T> ImmutableSortedBagFactoryImpl.ofSortedBag(SortedBag<T> bag) <T> ImmutableSortedBag<T> ImmutableSortedBagFactoryImpl.withSortedBag(SortedBag<T> bag) Constructors in org.eclipse.collections.impl.bag.sorted.immutable with parameters of type SortedBag -
Uses of SortedBag in org.eclipse.collections.impl.bag.sorted.mutable
Classes in org.eclipse.collections.impl.bag.sorted.mutable that implement SortedBagModifier 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.Methods in org.eclipse.collections.impl.bag.sorted.mutable with parameters of type SortedBagModifier and TypeMethodDescriptionintintintConstructors in org.eclipse.collections.impl.bag.sorted.mutable with parameters of type SortedBag -
Uses of SortedBag in org.eclipse.collections.impl.test
Methods in org.eclipse.collections.impl.test with parameters of type SortedBagModifier and TypeMethodDescriptionstatic voidVerify.assertSortedBagsEqual(String bagName, SortedBag<?> expectedBag, SortedBag<?> actualBag) static voidVerify.assertSortedBagsEqual(SortedBag<?> expectedBag, SortedBag<?> actualBag) -
Uses of SortedBag in org.eclipse.collections.impl.utility.internal
Methods in org.eclipse.collections.impl.utility.internal with parameters of type SortedBag