Uses of Package
org.eclipse.collections.api.bag.sorted
Packages that use org.eclipse.collections.api.bag.sorted
Package
Description
This package contains interfaces for Eclipse Collections API.
This package contains interfaces for SortedBag API.
This package contains interfaces for
SortedBagMultimap.This package contains interfaces for
PartitionSortedBag.-
Classes in org.eclipse.collections.api.bag.sorted used by org.eclipse.collections.apiClassDescriptionImmutableSortedBag is the non-modifiable equivalent interface to
MutableSortedBag. -
Classes in org.eclipse.collections.api.bag.sorted used by org.eclipse.collections.api.bag.sortedClassDescriptionImmutableSortedBag is the non-modifiable equivalent interface to
MutableSortedBag.An Iterable whose elements are sorted by some comparator or their natural ordering and may contain duplicate entries. -
Classes in org.eclipse.collections.api.bag.sorted used by org.eclipse.collections.api.factory.bag.sortedClassDescriptionImmutableSortedBag is the non-modifiable equivalent interface to
MutableSortedBag.An Iterable whose elements are sorted by some comparator or their natural ordering and may contain duplicate entries. -
Classes in org.eclipse.collections.api.bag.sorted used by org.eclipse.collections.api.multimap.sortedbagClassDescriptionImmutableSortedBag is the non-modifiable equivalent interface to
MutableSortedBag.An Iterable whose elements are sorted by some comparator or their natural ordering and may contain duplicate entries. -
Classes in org.eclipse.collections.api.bag.sorted used by org.eclipse.collections.api.partition.bag.sortedClassDescriptionImmutableSortedBag is the non-modifiable equivalent interface to
MutableSortedBag.An Iterable whose elements are sorted by some comparator or their natural ordering and may contain duplicate entries.