Uses of Package
org.eclipse.collections.api.bag
-
Packages that use org.eclipse.collections.api.bag Package Description org.eclipse.collections.api This package contains interfaces for Eclipse Collections API.org.eclipse.collections.api.bag This package contains interfaces for Bag API.org.eclipse.collections.api.bag.primitive This package contains API for Primitive Bags with Mutable and Immutable variants.org.eclipse.collections.api.bag.sorted This package contains interfaces for SortedBag API.org.eclipse.collections.api.bimap This package contains interfaces for BiMap API.org.eclipse.collections.api.collection org.eclipse.collections.api.factory.bag This package contains factory API for creating instance of typeBag.org.eclipse.collections.api.factory.bag.strategy org.eclipse.collections.api.map This package contains interfaces for map API which enhance the performance and functionality ofMaporg.eclipse.collections.api.map.primitive This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.org.eclipse.collections.api.multimap This package contains interfaces forMultimap.org.eclipse.collections.api.multimap.bag This package contains interfaces forBagMultimap.org.eclipse.collections.api.partition.bag This package contains interfaces forPartitionBag.org.eclipse.collections.api.stack This package contains interfaces for stack API. -
Classes in org.eclipse.collections.api.bag used by org.eclipse.collections.api Class Description Bag A Bag is a Collection whose elements are unordered and may contain duplicate entries.ImmutableBag MutableBag A MutableBag is a Collection whose elements are unordered and may contain duplicate entries.MutableBagIterable -
Classes in org.eclipse.collections.api.bag used by org.eclipse.collections.api.bag Class Description Bag A Bag is a Collection whose elements are unordered and may contain duplicate entries.ImmutableBag ImmutableBagIterable MultiReaderBag A MultiReaderBag provides thread-safe iteration for a bag through methodswithReadLockAndDelegate()andwithWriteLockAndDelegate().MutableBag A MutableBag is a Collection whose elements are unordered and may contain duplicate entries.MutableBagIterable ParallelBag ParallelUnsortedBag UnsortedBag -
Classes in org.eclipse.collections.api.bag used by org.eclipse.collections.api.bag.primitive Class Description Bag A Bag is a Collection whose elements are unordered and may contain duplicate entries.ImmutableBag MutableBag 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.sorted Class Description Bag A Bag is a Collection whose elements are unordered and may contain duplicate entries.ImmutableBag ImmutableBagIterable MutableBag A MutableBag is a Collection whose elements are unordered and may contain duplicate entries.MutableBagIterable ParallelBag -
Classes in org.eclipse.collections.api.bag used by org.eclipse.collections.api.bimap Class Description ImmutableBagIterable -
Classes in org.eclipse.collections.api.bag used by org.eclipse.collections.api.collection Class Description ImmutableBag MutableBag 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 Class Description ImmutableBag MultiReaderBag A MultiReaderBag provides thread-safe iteration for a bag through methodswithReadLockAndDelegate()andwithWriteLockAndDelegate().MutableBag 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.strategy Class Description MutableBag 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 Class Description Bag A Bag is a Collection whose elements are unordered and may contain duplicate entries.ImmutableBag MutableBag 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.primitive Class Description Bag A Bag is a Collection whose elements are unordered and may contain duplicate entries.ImmutableBag MutableBag 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.multimap Class Description Bag A 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.bag Class Description Bag A Bag is a Collection whose elements are unordered and may contain duplicate entries.ImmutableBag ImmutableBagIterable MutableBag A MutableBag is a Collection whose elements are unordered and may contain duplicate entries.MutableBagIterable UnsortedBag -
Classes in org.eclipse.collections.api.bag used by org.eclipse.collections.api.partition.bag Class Description Bag A Bag is a Collection whose elements are unordered and may contain duplicate entries.ImmutableBag ImmutableBagIterable MutableBag A MutableBag is a Collection whose elements are unordered and may contain duplicate entries.MutableBagIterable UnsortedBag -
Classes in org.eclipse.collections.api.bag used by org.eclipse.collections.api.stack Class Description ImmutableBag MutableBag A MutableBag is a Collection whose elements are unordered and may contain duplicate entries.