Uses of Package
org.eclipse.collections.api.bag
Packages that use org.eclipse.collections.api.bag
Package
Description
This package contains interfaces for Eclipse Collections API.
This package contains interfaces for Bag API.
This package contains API for Primitive Bags with Mutable and Immutable variants.
This package contains interfaces for SortedBag API.
This package contains interfaces for BiMap API.
This package contains factory API for creating instance of type
Bag.This package contains interfaces for map API which enhance the performance and functionality of
MapThis package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
This package contains interfaces for
Multimap.This package contains interfaces for
BagMultimap.This package contains interfaces for
PartitionBag.This package contains interfaces for stack API.
-
Classes in org.eclipse.collections.api.bag used by org.eclipse.collections.apiClassDescriptionA Bag is a Collection whose elements are unordered and may contain duplicate entries.A MutableBag is a Collection whose elements are unordered and may contain duplicate entries.
-
Classes in org.eclipse.collections.api.bag used by org.eclipse.collections.api.bagClassDescriptionA Bag is a Collection whose elements are unordered and may contain duplicate entries.A MultiReaderBag provides thread-safe iteration for a bag through methods
withReadLockAndDelegate()andwithWriteLockAndDelegate().A MutableBag is a Collection whose elements are unordered and may contain duplicate entries. -
Classes in org.eclipse.collections.api.bag used by org.eclipse.collections.api.bag.primitiveClassDescriptionA Bag is a Collection whose elements are unordered and may contain duplicate entries.A MutableBag is a Collection whose elements are unordered and may contain duplicate entries.
-
Classes in org.eclipse.collections.api.bag used by org.eclipse.collections.api.bag.sortedClassDescriptionA Bag is a Collection whose elements are unordered and may contain duplicate entries.A MutableBag is a Collection whose elements are unordered and may contain duplicate entries.
-
Classes in org.eclipse.collections.api.bag used by org.eclipse.collections.api.bimap
-
Classes in org.eclipse.collections.api.bag used by org.eclipse.collections.api.collectionClassDescriptionA MutableBag is a Collection whose elements are unordered and may contain duplicate entries.
-
Classes in org.eclipse.collections.api.bag used by org.eclipse.collections.api.factory.bagClassDescriptionA MultiReaderBag provides thread-safe iteration for a bag through methods
withReadLockAndDelegate()andwithWriteLockAndDelegate().A MutableBag is a Collection whose elements are unordered and may contain duplicate entries. -
Classes in org.eclipse.collections.api.bag used by org.eclipse.collections.api.factory.bag.strategyClassDescriptionA MutableBag is a Collection whose elements are unordered and may contain duplicate entries.
-
Classes in org.eclipse.collections.api.bag used by org.eclipse.collections.api.mapClassDescriptionA Bag is a Collection whose elements are unordered and may contain duplicate entries.A MutableBag is a Collection whose elements are unordered and may contain duplicate entries.
-
Classes in org.eclipse.collections.api.bag used by org.eclipse.collections.api.map.primitiveClassDescriptionA Bag is a Collection whose elements are unordered and may contain duplicate entries.A MutableBag is a Collection whose elements are unordered and may contain duplicate entries.
-
Classes in org.eclipse.collections.api.bag used by org.eclipse.collections.api.multimapClassDescriptionA Bag is a Collection whose elements are unordered and may contain duplicate entries.
-
Classes in org.eclipse.collections.api.bag used by org.eclipse.collections.api.multimap.bagClassDescriptionA Bag is a Collection whose elements are unordered and may contain duplicate entries.A MutableBag is a Collection whose elements are unordered and may contain duplicate entries.
-
Classes in org.eclipse.collections.api.bag used by org.eclipse.collections.api.partition.bagClassDescriptionA Bag is a Collection whose elements are unordered and may contain duplicate entries.A MutableBag is a Collection whose elements are unordered and may contain duplicate entries.
-
Classes in org.eclipse.collections.api.bag used by org.eclipse.collections.api.stackClassDescriptionA MutableBag is a Collection whose elements are unordered and may contain duplicate entries.