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

Packages that use MutableBagIterable 
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.sorted
This package contains interfaces for SortedBag 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.mutable
This package contains implementations of the MutableBag interface.
org.eclipse.collections.impl.bag.sorted.mutable
This package contains implementations of MutableSortedBag.
org.eclipse.collections.impl.bag.strategy.mutable
This package contains implementations of bags with user defined HashingStrategys.
org.eclipse.collections.impl.collection  
org.eclipse.collections.impl.map.ordered.mutable