Uses of Package
org.eclipse.collections.api.bag.sorted
-
Packages that use org.eclipse.collections.api.bag.sorted Package Description org.eclipse.collections.api This package contains interfaces for Eclipse Collections API.org.eclipse.collections.api.bag.sorted This package contains interfaces for SortedBag API.org.eclipse.collections.api.factory.bag.sorted org.eclipse.collections.api.multimap.sortedbag This package contains interfaces forSortedBagMultimap.org.eclipse.collections.api.partition.bag.sorted This package contains interfaces forPartitionSortedBag. -
Classes in org.eclipse.collections.api.bag.sorted used by org.eclipse.collections.api Class Description ImmutableSortedBag ImmutableSortedBag is the non-modifiable equivalent interface toMutableSortedBag.MutableSortedBag -
Classes in org.eclipse.collections.api.bag.sorted used by org.eclipse.collections.api.bag.sorted Class Description ImmutableSortedBag ImmutableSortedBag is the non-modifiable equivalent interface toMutableSortedBag.MutableSortedBag ParallelSortedBag SortedBag 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.sorted Class Description ImmutableSortedBag ImmutableSortedBag is the non-modifiable equivalent interface toMutableSortedBag.MutableSortedBag SortedBag 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.sortedbag Class Description ImmutableSortedBag ImmutableSortedBag is the non-modifiable equivalent interface toMutableSortedBag.MutableSortedBag SortedBag 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.sorted Class Description ImmutableSortedBag ImmutableSortedBag is the non-modifiable equivalent interface toMutableSortedBag.MutableSortedBag SortedBag An Iterable whose elements are sorted by some comparator or their natural ordering and may contain duplicate entries.