Uses of Interface
org.eclipse.collections.api.bag.UnsortedBag

Packages that use UnsortedBag 
Package Description
org.eclipse.collections.api.bag
This package contains interfaces for Bag API.
org.eclipse.collections.api.multimap.bag
This package contains interfaces for BagMultimap.
org.eclipse.collections.api.partition.bag
This package contains interfaces for PartitionBag.
org.eclipse.collections.impl.bag.immutable
This package contains implementations of the ImmutableBag interface.
org.eclipse.collections.impl.bag.mutable
This package contains implementations of the MutableBag interface.
org.eclipse.collections.impl.bag.strategy.mutable
This package contains implementations of bags with user defined HashingStrategys.
org.eclipse.collections.impl.lazy.parallel.bag