Uses of Package
org.eclipse.collections.impl.bag.mutable
Packages that use org.eclipse.collections.impl.bag.mutable
Package
Description
This package contains implementations of the
MutableBag interface.This package contains implementations of
MutableSortedBag.This package contains implementations of bags with user defined
HashingStrategys.-
Classes in org.eclipse.collections.impl.bag.mutable used by org.eclipse.collections.impl.bag.mutableClassDescriptionA HashBag is a MutableBag which uses a Map as its underlying data store.MultiReaderHashBag provides a thread-safe wrapper around a HashBag, using a ReentrantReadWriteLock.A synchronized view of a
MutableBag.An unmodifiable view of a bag. -
-